update to kotlin 1.3.40, added theme choose option
* added missing dividers in settings * added a black theme * closes #15
This commit is contained in:
@ -13,7 +13,7 @@ android {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 28
|
||||
versionCode 14
|
||||
versionName "0.4.91"
|
||||
versionName "0.4.92"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
resValue "string", "build_time", buildTime()
|
||||
setProperty("archivesBaseName", "projectlaogai-$versionName")
|
||||
@ -25,7 +25,6 @@ android {
|
||||
shrinkResources false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
|
||||
}
|
||||
compileOptions {
|
||||
}
|
||||
|
Reference in New Issue
Block a user