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

group = 'expo.modules.brownfield'
version = '57.0.16'

expoModule {
  canBePublished false
}

android {
  namespace "expo.modules.brownfield"
  defaultConfig {
    versionCode 1
    versionName '57.0.16'
  }
}

dependencies {
  implementation project(':expo-manifests')
  implementation "com.facebook.react:react-android"
  implementation "com.squareup.okhttp3:okhttp:4.9.2"
  compileOnly "androidx.activity:activity-ktx:1.8.0"
  compileOnly "androidx.core:core-ktx:1.12.0"
}
