fix login button
All checks were successful
continuous-integration/drone/push Build is passing

* fix login button action in Onboarding
* add release changelog
* update description
* use new version code scheme
This commit is contained in:
2020-08-21 19:03:28 +02:00
parent 99ba87c3f6
commit c629b2aec2
6 changed files with 30 additions and 16 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "org.mosad.seil0.projectlaogai"
minSdkVersion 23
targetSdkVersion 29
versionCode 15
versionName "0.5.93-RC1"
versionCode 5911 // 0005911
versionName "0.6.0-RC1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime()
setProperty("archivesBaseName", "projectlaogai-$versionName")