[Jenkins打包 gradle降级重复文件处理 ]
This commit is contained in:
yangyakun
2023-08-18 11:21:58 +08:00
committed by zhongchao
parent 0ed148db24
commit fa20d1bf7e
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ android {
exclude 'META-INF/*'
exclude "/lib/armeabi-v7a/*.so"
pickFirst 'lib/arm64-v8a/libc++_shared.so'
pickFirst "META-INF/com.android.tools/proguard/coroutines.pro"
}
signingConfigs {

View File

@@ -1,5 +1,5 @@
ext {
gradle_version = '4.0.0'
gradle_version = '3.5.3'
kotlin_version = '1.5.30'
plugin_version = '10.0.0_mogo'
hook_log_plugin_version = '1.7.2'