Skip to content

Commit

Permalink
Update build variant
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuwu committed Mar 6, 2024
1 parent b0aa662 commit 982b07e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ android {
productFlavors {
dev {
dimension "environment"
applicationIdSuffix ".dev"
versionNameSuffix "-dev"
Properties properties = new Properties()
properties.load(project.rootProject.file("local.properties").newDataInputStream())
buildConfigField("String", "API_KEY", "\"${properties.getProperty("API_KEY_DEBUG")}\"")
Expand Down

0 comments on commit 982b07e

Please sign in to comment.