Prevent resource ID clash

This commit is contained in:
topjohnwu 2020-12-29 02:39:47 -08:00
parent 41a644afb9
commit eb959379e8
1 changed files with 5 additions and 1 deletions

View File

@ -17,11 +17,15 @@ android {
buildTypes {
getByName("release") {
isMinifyEnabled = true
isShrinkResources = true
isShrinkResources = false
proguardFiles("proguard-rules.pro")
}
}
aaptOptions {
additionalParameters("--package-id", "0x80")
}
dependenciesInfo {
includeInApk = false
includeInBundle = false