build: compile release APK and update dependencies (expo-image-manipulator/loader)
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
plugins {
|
||||
id 'com.android.library'
|
||||
id 'expo-module-gradle-plugin'
|
||||
}
|
||||
|
||||
group = 'host.exp.exponent'
|
||||
version = '6.0.0'
|
||||
|
||||
android {
|
||||
namespace "expo.modules.imageloader"
|
||||
defaultConfig {
|
||||
versionCode 8
|
||||
versionName "6.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
def glideVersion = expoModule.safeExtGet('glideVersion', '4.16.0')
|
||||
|
||||
dependencies {
|
||||
api "com.github.bumptech.glide:glide:${glideVersion}"
|
||||
}
|
||||
Reference in New Issue
Block a user