diff --git a/app/build.gradle b/app/build.gradle index b00bcac9..0f9738a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" }