Build number changed because of Google Play version

This commit is contained in:
Jens
2023-01-14 22:20:31 +01:00
parent 6b32301894
commit ab98b4d1db
10 changed files with 8 additions and 4 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 31
buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy'
versionCode 123
versionName "1.7.8"
versionCode 124
versionName "1.7.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -36,7 +36,7 @@ android {
{
dimension "version"
versionNameSuffix "-googlePlay"
targetSdkVersion 30
targetSdkVersion 31
}
fdroidFlavor