updating kotlin, commons, gradle

This commit is contained in:
tibbi
2020-03-29 16:02:11 +02:00
parent 0d17a94d41
commit 7bfc8bf0f4
3 changed files with 8 additions and 8 deletions

View File

@ -57,10 +57,10 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.23.7'
implementation 'com.simplemobiletools:commons:5.24.2'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
kapt 'androidx.room:room-compiler:2.2.4'
implementation 'androidx.room:room-runtime:2.2.4'
annotationProcessor 'androidx.room:room-compiler:2.2.4'
kapt 'androidx.room:room-compiler:2.2.5'
implementation 'androidx.room:room-runtime:2.2.5'
annotationProcessor 'androidx.room:room-compiler:2.2.5'
}