Skip to content

Commit

Permalink
Prevent resource ID clash
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Dec 29, 2020
1 parent 41a644a commit eb95937
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion stub/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb95937

Please sign in to comment.