Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipppppppppp committed May 5, 2024
1 parent 122b8c0 commit e805198
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ android {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}

aaptOptions {
aaptOptions.additionalParameters '--allow-reserved-package-id', '--package-id', '0x64'
}
}

dependencies {
Expand Down

0 comments on commit e805198

Please sign in to comment.