updating Commons and Room

This commit is contained in:
tibbi 2019-10-28 11:09:52 +01:00
parent e156b85718
commit 2667cc4d64

View File

@ -51,9 +51,9 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.17.18'
implementation 'com.simplemobiletools:commons:5.18.14'
kapt 'androidx.room:room-compiler:2.1.0'
implementation 'androidx.room:room-runtime:2.1.0'
annotationProcessor 'androidx.room:room-compiler:2.1.0'
kapt 'androidx.room:room-compiler:2.2.1'
implementation 'androidx.room:room-runtime:2.2.1'
annotationProcessor 'androidx.room:room-compiler:2.2.1'
}