release version 0.6.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-08-25 11:55:55 +02:00
parent aae74cf9db
commit 4592d1984f
5 changed files with 25 additions and 20 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "org.mosad.seil0.projectlaogai"
minSdkVersion 23
targetSdkVersion 29
versionCode 5920 // 0005920
versionName "0.6.0-RC2"
versionCode 6000 // 0006000
versionName "0.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime()
setProperty("archivesBaseName", "projectlaogai-$versionName")