updating commons, room, gradle

This commit is contained in:
tibbi 2021-05-23 16:49:54 +02:00
parent 9e5430a2af
commit 3b1ee82835
3 changed files with 6 additions and 6 deletions

View file

@ -56,14 +56,14 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:9e7ab2f67d'
implementation 'com.github.SimpleMobileTools:Simple-Commons:ee14aec731'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'com.klinkerapps:android-smsmms:5.2.6'
implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'
implementation "me.leolin:ShortcutBadger:1.1.22"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
kapt "androidx.room:room-compiler:2.2.6"
implementation "androidx.room:room-runtime:2.2.6"
annotationProcessor "androidx.room:room-compiler:2.2.6"
kapt "androidx.room:room-compiler:2.3.0"
implementation "androidx.room:room-runtime:2.3.0"
annotationProcessor "androidx.room:room-compiler:2.3.0"
}