添加应用资源混淆配置

This commit is contained in:
ZhanGSKen
2025-11-21 13:34:41 +08:00
parent 2bde16523e
commit 8346eed8f4
5 changed files with 139 additions and 20 deletions

View File

@@ -38,12 +38,10 @@ android {
versionName = genVersionName("${versionName}")
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
// 米盟
packagingOptions {
doNotStrip "*/*/libmimo_1011.so"
}
}