Skip to content

Commit

Permalink
Implement build variant for play store
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDragonXD committed Sep 4, 2024
1 parent d837670 commit af69fb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ android {
isMinifyEnabled = true
proguardFiles("proguard-rules.pro")
}
create("play") {
applicationIdSuffix = ".play"
isMinifyEnabled = true
proguardFiles("proguard-rules.pro")
}
}

flavorDimensions += "product"
Expand Down

0 comments on commit af69fb0

Please sign in to comment.