Bump version to 3.0.0-beta4

This commit is contained in:
ByteHamster 2023-01-29 16:48:21 +01:00
parent 731adeaf2c
commit 7af00f7e83
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 3000003
versionName "3.0.0-beta3"
versionCode 3000004
versionName "3.0.0-beta4"
def commit = ""
try {