20 lines
306 B
Groovy
20 lines
306 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
id 'expo-module-gradle-plugin'
|
|
}
|
|
|
|
group = 'host.exp.exponent'
|
|
version = '14.0.8'
|
|
|
|
android {
|
|
namespace "expo.modules.imagemanipulator"
|
|
defaultConfig {
|
|
versionCode 23
|
|
versionName "14.0.8"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
api "androidx.annotation:annotation:1.0.0"
|
|
}
|