updating commons, kotlin, gradle, room

This commit is contained in:
tibbi
2019-07-24 22:46:31 +02:00
parent 0d7263e6ed
commit 31bd3013b3
2 changed files with 5 additions and 5 deletions

View File

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