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

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

android {
  namespace "expo.modules.imagemanipulator"
  defaultConfig {
    versionCode 23
    versionName "57.0.12"
  }
}

dependencies {
  testImplementation 'junit:junit:4.13.2'
  testImplementation 'org.robolectric:robolectric:4.16'
}
