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

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

android {
  namespace "expo.modules.medialibrary"
  defaultConfig {
    versionCode 37
    versionName "57.0.0"
  }
}

dependencies {
  implementation "androidx.annotation:annotation:1.9.1"
  api "androidx.exifinterface:exifinterface:1.4.1"
  implementation 'androidx.activity:activity-ktx:1.11.0'

  if (project.findProject(':expo-modules-test-core')) {
    testImplementation project(':expo-modules-test-core')
  }
  testImplementation "org.robolectric:robolectric:4.16"
}
