Change summary
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -42,7 +42,7 @@ spotless {
dependencies {
- coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
implementation project(':libs:annotation')
annotationProcessor project(':libs:annotation-processor')
@@ -66,7 +66,7 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation "androidx.preference:preference:1.2.1"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
- implementation 'com.google.android.material:material:1.13.0-alpha09'
+ implementation 'com.google.android.material:material:1.13.0-alpha10'
implementation 'androidx.work:work-runtime:2.9.1'
implementation "androidx.emoji2:emoji2:1.5.0"