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

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

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

dependencies {
  implementation 'com.facebook.react:react-android'
  implementation 'androidx.core:core:1.17.0'
  implementation 'androidx.appcompat:appcompat:1.7.1'
}
