reworked the way the timetable date is calculated

* cleaned up some timetable gui code
* close #33
This commit is contained in:
2019-09-22 20:51:36 +02:00
parent 889c673c5d
commit 6e6c9f71a0
7 changed files with 146 additions and 160 deletions

View File

@ -7,13 +7,13 @@ apply plugin: 'kotlin-android-extensions'
android {
signingConfigs {
}
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "org.mosad.seil0.projectlaogai"
minSdkVersion 23
targetSdkVersion 28
targetSdkVersion 29
versionCode 14
versionName "0.5.0"
versionName "0.4.99"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime()
setProperty("archivesBaseName", "projectlaogai-$versionName")