Skip to content

Commit

Permalink
Solve bug for libre flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Jamet committed Nov 17, 2017
1 parent 7375c7f commit 64a4f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
flavorDimensions "tier"
productFlavors {
libre {
applicationId = ".libre"
applicationIdSuffix = ".libre"
versionNameSuffix "-libre"
buildConfigField "boolean", "FULL_VERSION", "true"
buildConfigField "boolean", "GOOGLE_PLAY_VERSION", "false"
Expand Down

0 comments on commit 64a4f43

Please sign in to comment.