Bump version to 3.0.0-beta2

This commit is contained in:
ByteHamster 2022-12-20 21:40:28 +01:00
parent 0776f232d3
commit 025944d6ab
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
// Version code schema:
// "1.2.3-beta4" -> 1020304
// "1.2.3" -> 1020395
versionCode 3000001
versionName "3.0.0-beta1"
versionCode 3000002
versionName "3.0.0-beta2"
def commit = ""
try {