updating kotlin, commons, gradle

This commit is contained in:
tibbi 2022-08-24 22:15:49 +02:00
parent 36a09ac8cb
commit 8011e59920
3 changed files with 6 additions and 6 deletions

View file

@ -70,7 +70,7 @@ dependencies {
implementation "me.leolin:ShortcutBadger:1.1.22"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
kapt "androidx.room:room-compiler:2.4.2"
implementation "androidx.room:room-runtime:2.4.2"
annotationProcessor "androidx.room:room-compiler:2.4.2"
kapt "androidx.room:room-compiler:2.4.3"
implementation "androidx.room:room-runtime:2.4.3"
annotationProcessor "androidx.room:room-compiler:2.4.3"
}