diff --git a/build.gradle b/build.gradle index 43f8afbb3d60c9acdb9d50124a1e1b520570eb06..8398fb69c602333faf04f4ff73e9c9386314327c 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ configurations { } dependencies { - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2' implementation project(':libs:annotation') annotationProcessor project(':libs:annotation-processor') @@ -39,7 +39,7 @@ dependencies { implementation 'androidx.viewpager:viewpager:1.0.0' - playstoreImplementation('com.google.firebase:firebase-messaging:24.0.0') { + playstoreImplementation('com.google.firebase:firebase-messaging:24.0.1') { exclude group: 'com.google.firebase', module: 'firebase-core' exclude group: 'com.google.firebase', module: 'firebase-analytics' exclude group: 'com.google.firebase', module: 'firebase-measurement-connector' @@ -54,10 +54,10 @@ dependencies { implementation "androidx.preference:preference:1.2.1" implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.google.android.material:material:1.12.0' - implementation 'androidx.work:work-runtime:2.9.0' + implementation 'androidx.work:work-runtime:2.9.1' - implementation "androidx.emoji2:emoji2:1.4.0" - freeImplementation "androidx.emoji2:emoji2-bundled:1.4.0" + implementation "androidx.emoji2:emoji2:1.5.0" + freeImplementation "androidx.emoji2:emoji2-bundled:1.5.0" implementation 'org.bouncycastle:bcmail-jdk18on:1.78.1' implementation 'com.google.zxing:core:3.5.3'