Commit eb959379 authored by topjohnwu's avatar topjohnwu

Prevent resource ID clash

parent 41a644af
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment