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

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

android {
  namespace "expo.modules.brightness"
  defaultConfig {
    versionCode 15
    versionName '55.0.13'
  }
}
