Skip to content

Commit

Permalink
build: use custom app id suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Aug 24, 2024
1 parent 6f2fec4 commit f3de56b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ android {
buildTypes {
getByName("release") {
isMinifyEnabled = true
applicationIdSuffix = ".custom"
isShrinkResources = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
Expand Down

0 comments on commit f3de56b

Please sign in to comment.