version 0.4.2

This commit is contained in:
2021-07-09 18:54:44 +02:00
parent 664959641f
commit 4de97ca42e
3 changed files with 13 additions and 3 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "org.mosad.teapod"
minSdkVersion 23
targetSdkVersion 30
versionCode 4190 //00.04.190
versionName "0.4.2-beta2"
versionCode 4200 //00.04.200
versionName "0.4.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime()
@ -75,4 +75,4 @@ dependencies {
static def buildTime() {
return new Date().format("yyyy-MM-dd", TimeZone.getTimeZone("UTC"))
}
}