updating kotlin, gradle, commons

This commit is contained in:
tibbi
2019-12-07 12:33:06 +01:00
parent 5941ecc138
commit ce3c7c8699
2 changed files with 6 additions and 6 deletions

View File

@ -51,9 +51,9 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.18.14'
implementation 'com.simplemobiletools:commons:5.20.6'
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'
}