updating kotlin, commons, Room

This commit is contained in:
tibbi 2019-12-02 18:36:54 +01:00
parent afd854d918
commit 479b73d181
2 changed files with 5 additions and 5 deletions

View File

@ -58,12 +58,12 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.19.14'
implementation 'com.simplemobiletools:commons:5.20.2'
implementation 'joda-time:joda-time:2.10.1'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
kapt 'androidx.room:room-compiler:2.2.1'
implementation 'androidx.room:room-runtime:2.2.1'
annotationProcessor 'androidx.room:room-compiler:2.2.1'
kapt 'androidx.room:room-compiler:2.2.2'
implementation 'androidx.room:room-runtime:2.2.2'
annotationProcessor 'androidx.room:room-compiler:2.2.2'
}

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.50'
ext.kotlin_version = '1.3.61'
repositories {
google()