Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Sep 18, 2023
1 parent 009929f commit fba16ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {
productFlavors {
create("foss") {
dimension = "app"
versionNameSuffix = "_foss"
versionNameSuffix = "-foss"
extra.set("gmsEnabled", false)
}
create("market") {
Expand All @@ -74,7 +74,7 @@ android {
}
create("jxl") {
dimension = "app"
versionNameSuffix = "_jxl"
versionNameSuffix = "-jxl"
extra.set("gmsEnabled", true)
}
}
Expand Down

0 comments on commit fba16ba

Please sign in to comment.