mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-01-24 14:11:33 +01:00
updating commons and room
This commit is contained in:
parent
cf3f212398
commit
5bd4fa9075
@ -62,14 +62,14 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:10c8ac2f1e'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:0907d2e57f'
|
||||||
implementation 'org.greenrobot:eventbus:3.3.1'
|
implementation 'org.greenrobot:eventbus:3.3.1'
|
||||||
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
|
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
|
||||||
implementation 'com.github.tibbi:android-smsmms:fe58a74d59'
|
implementation 'com.github.tibbi:android-smsmms:fe58a74d59'
|
||||||
implementation "me.leolin:ShortcutBadger:1.1.22"
|
implementation "me.leolin:ShortcutBadger:1.1.22"
|
||||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||||
|
|
||||||
kapt "androidx.room:room-compiler:2.3.0"
|
kapt "androidx.room:room-compiler:2.4.2"
|
||||||
implementation "androidx.room:room-runtime:2.3.0"
|
implementation "androidx.room:room-runtime:2.4.2"
|
||||||
annotationProcessor "androidx.room:room-compiler:2.3.0"
|
annotationProcessor "androidx.room:room-compiler:2.4.2"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user