Trying to fix fdroid build.

This commit is contained in:
aminecmi 2022-09-07 21:24:38 +02:00
parent 1dfa3c9f07
commit d0d6a4378c

View File

@ -93,7 +93,7 @@ android {
} }
flavorDimensions.add("build") flavorDimensions.add("build")
productFlavors { productFlavors {
create("github") { create("githubConfig") {
versionNameSuffix = "-github" versionNameSuffix = "-github"
dimension = "build" dimension = "build"
} }