Bumped version to 2.0.0-RC4

This commit is contained in:
ByteHamster 2020-05-29 10:28:03 +02:00
parent 671f118ab8
commit a7b38bd152

View File

@ -14,8 +14,8 @@ android {
// "1.2.3-SNAPSHOT" -> 1020300 // "1.2.3-SNAPSHOT" -> 1020300
// "1.2.3-RC4" -> 1020304 // "1.2.3-RC4" -> 1020304
// "1.2.3" -> 1020395 // "1.2.3" -> 1020395
versionCode 2000003 versionCode 2000004
versionName "2.0.0-RC3" versionName "2.0.0-RC4"
multiDexEnabled false multiDexEnabled false
vectorDrawables.useSupportLibrary true vectorDrawables.useSupportLibrary true