Skip to content

Commit

Permalink
Merge pull request #426 from doubleangels/dev
Browse files Browse the repository at this point in the history
Make build flavors named identically
  • Loading branch information
doubleangels authored Feb 18, 2025
2 parents 59414ff + c8e8de5 commit fca4aeb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ android {
applicationId "com.doubleangels.nextdnsmanagement"
minSdkVersion 32
targetSdk = 35
versionCode 250
versionName "5.5.1"
versionCode 251
versionName "5.5.2"
resourceConfigurations += ["en", "zh", "nl", "fi", "fr", "de", "in", "it", "ja", "pl", "pt", "es", "sv", "tr"]
}

productFlavors {
flavorDimensions "version"
gms {
dimension "version"
versionNameSuffix "-gms"
applicationId "com.doubleangels.nextdnsmanagement"
}
foss {
Expand Down

0 comments on commit fca4aeb

Please sign in to comment.