Skip to content

Commit

Permalink
Change reserved package id
Browse files Browse the repository at this point in the history
Close #202 as fixed.
  • Loading branch information
JingMatrix committed Nov 22, 2024
1 parent 6c24b48 commit cc48f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
}

androidResources {
additionalParameters += listOf("--allow-reserved-package-id", "--package-id", "0x45")
additionalParameters += listOf("--allow-reserved-package-id", "--package-id", "0x42")
}

compileOptions {
Expand Down

0 comments on commit cc48f04

Please sign in to comment.