build: compile release APK and update dependencies (expo-image-manipulator/loader)
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
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"
|
||||
}
|
||||
Reference in New Issue
Block a user