update version to 1.0.0-beta1

This commit is contained in:
Jannik 2022-03-19 20:38:23 +01:00
parent a092c5b8be
commit 0ea2e5ee97
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
applicationId "org.mosad.teapod" applicationId "org.mosad.teapod"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 30 targetSdkVersion 30
versionCode 4200 //00.04.200 versionCode 9000 //00.09.000
versionName "1.0.0-alpha5" versionName "1.0.0-beta1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime() resValue "string", "build_time", buildTime()