fixed crash in landscape, update to kotlin 1.3

This commit is contained in:
2018-10-30 17:53:02 +01:00
parent f9a122558d
commit f8ecf18de7
5 changed files with 6 additions and 5 deletions

View File

@ -30,7 +30,7 @@ dependencies {
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
implementation 'org.jsoup:jsoup:1.11.3'
implementation "org.jetbrains.anko:anko-commons:0.10.4"
implementation "org.jetbrains.anko:anko-commons:0.10.7"
implementation 'com.afollestad.material-dialogs:core:2.0.0-beta4'
implementation 'com.afollestad.material-dialogs:color:2.0.0-beta4'