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

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

android {
  namespace "expo.modules.backgroundtask"
  defaultConfig {
    versionCode 23
    versionName "57.0.6"
    consumerProguardFiles("proguard-rules.pro")
  }
}

dependencies {
  implementation 'androidx.work:work-runtime-ktx:2.9.1'
  implementation 'com.facebook.react:react-android'
}
