plugins {
  id 'com.android.library'
  id 'expo-module-gradle-plugin'
}

group = 'host.exp.exponent'
version = '5.0.7'

android {
  namespace "expo.modules.systemui"
  defaultConfig {
    versionCode 1
    versionName '5.0.7'
  }
}

dependencies {
  implementation 'com.facebook.react:react-android'
  implementation 'androidx.core:core:1.6.0'
  implementation 'androidx.appcompat:appcompat:1.2.0'
}
