All 3 flavors can be compiled.

This commit is contained in:
2021-02-16 23:38:38 +01:00
parent 8690dec2e2
commit f379ab01ef
9 changed files with 135 additions and 80 deletions

View File

@ -40,7 +40,7 @@ android {
googlePlayFlavor
{
dimension "version"
applicationIdSuffix ".googlePlay"
// applicationIdSuffix ".googlePlay"
versionNameSuffix "-googlePlay"
targetSdkVersion 29
}
@ -48,7 +48,7 @@ android {
fdroidFlavor
{
dimension "version"
applicationIdSuffix ".fdroid"
// applicationIdSuffix ".fdroid"
versionNameSuffix "-fdroid"
targetSdkVersion 28
}
@ -56,7 +56,7 @@ android {
apkFlavor
{
dimension "version"
applicationIdSuffix ".apk"
// applicationIdSuffix ".apk"
versionNameSuffix "-apk"
targetSdkVersion 28
}