updating commons and room

This commit is contained in:
tibbi 2022-05-27 19:07:11 +02:00
parent cf3f212398
commit 5bd4fa9075

View File

@ -62,14 +62,14 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:10c8ac2f1e'
implementation 'com.github.SimpleMobileTools:Simple-Commons:0907d2e57f'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'com.github.tibbi:android-smsmms:fe58a74d59'
implementation "me.leolin:ShortcutBadger:1.1.22"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
kapt "androidx.room:room-compiler:2.3.0"
implementation "androidx.room:room-runtime:2.3.0"
annotationProcessor "androidx.room:room-compiler:2.3.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"
}