Commit eb959379 authored by topjohnwu's avatar topjohnwu

Prevent resource ID clash

parent 41a644af
...@@ -17,11 +17,15 @@ android { ...@@ -17,11 +17,15 @@ android {
buildTypes { buildTypes {
getByName("release") { getByName("release") {
isMinifyEnabled = true isMinifyEnabled = true
isShrinkResources = true isShrinkResources = false
proguardFiles("proguard-rules.pro") proguardFiles("proguard-rules.pro")
} }
} }
aaptOptions {
additionalParameters("--package-id", "0x80")
}
dependenciesInfo { dependenciesInfo {
includeInApk = false includeInApk = false
includeInBundle = 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