This commit is contained in:
2021-06-24 22:38:12 +02:00
parent 2d9695344b
commit a845ea7c63
8 changed files with 37 additions and 8 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy'
versionCode 105
versionName "1.6.34"
versionCode 106
versionName "1.6.35"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -40,7 +40,6 @@ android {
googlePlayFlavor
{
dimension "version"
// applicationIdSuffix ".googlePlay"
versionNameSuffix "-googlePlay"
targetSdkVersion 29
}
@ -48,15 +47,12 @@ android {
fdroidFlavor
{
dimension "version"
// applicationIdSuffix ".fdroid"
// versionNameSuffix "-fdroid"
targetSdkVersion 28
}
apkFlavor
{
dimension "version"
// applicationIdSuffix ".apk"
versionNameSuffix "-apk"
targetSdkVersion 28
}