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:
2019-06-25 12:07:18 +02:00
parent a055f59cc8
commit 98b3adbf3b
12 changed files with 106 additions and 35 deletions

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.31'
ext.kotlin_version = '1.3.40'
repositories {
google()
jcenter()