updating some libraries

This commit is contained in:
tibbi 2019-10-27 12:13:00 +01:00
parent 9129115793
commit dfd59ed6c3
1 changed files with 5 additions and 5 deletions

View File

@ -58,12 +58,12 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.18.11'
implementation 'com.simplemobiletools:commons:5.18.14'
implementation 'joda-time:joda-time:2.10.1'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3'
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'
}