Bumped version to 2.2.0-beta1

This commit is contained in:
ByteHamster 2021-03-03 11:51:52 +01:00
parent f14c959229
commit d0b1939ac6
1 changed files with 3 additions and 4 deletions

View File

@ -19,11 +19,10 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
// Version code schema:
// "1.2.3-SNAPSHOT" -> 1020300
// "1.2.3-RC4" -> 1020304
// "1.2.3-beta4" -> 1020304
// "1.2.3" -> 1020395
versionCode 2010495
versionName "2.1.4"
versionCode 2020001
versionName "2.2.0-beta1"
multiDexEnabled false
vectorDrawables.useSupportLibrary true