[Structure] Refactor App class to Kotlin. Rewrite SzkolnyTask and posting notifications. Remove dependency on AppConfig. Update libraries and gradle.

This commit is contained in:
Kuba Szczodrzyński
2020-01-19 19:07:27 +01:00
parent 55c6e40d6d
commit b7fc6fcc38
131 changed files with 2429 additions and 2880 deletions

View File

@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
compileSdkVersion setup.compileSdk
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
targetSdkVersion setup.targetSdk
versionCode 1
versionName "1.0"
}