@@ -353,15 +353,15 @@ configurations {
353353dependencies {
354354 // UI
355355 implementation(" androidx.appcompat:appcompat:1.6.1" )
356- implementation(" androidx.activity:activity-ktx:1.7.2 " )
356+ implementation(" androidx.activity:activity-ktx:1.8.0 " )
357357 implementation(" androidx.emoji2:emoji2:1.4.0" )
358358 implementation(" androidx.emoji2:emoji2-views-helper:1.4.0" )
359359 implementation(" androidx.preference:preference-ktx:1.2.1" )
360360 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
361- implementation(" androidx.recyclerview:recyclerview:1.3.1 " )
361+ implementation(" androidx.recyclerview:recyclerview:1.3.2 " )
362362 implementation(" androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" )
363363 implementation(" androidx.webkit:webkit:1.8.0" )
364- implementation(" com.google.android.material:material:1.9 .0" )
364+ implementation(" com.google.android.material:material:1.10 .0" )
365365
366366 implementation(" com.mikepenz:aboutlibraries:10.9.1" )
367367
@@ -405,11 +405,11 @@ dependencies {
405405 implementation(" androidx.security:security-crypto:1.1.0-alpha06" )
406406
407407 // some utils
408- implementation(" commons-io:commons-io:2.14 .0" )
408+ implementation(" commons-io:commons-io:2.15 .0" )
409409 implementation(" org.apache.commons:commons-compress:1.24.0" )
410410
411411 // analytics
412- implementation(" ly.count.android:sdk:23.8.2 " )
412+ implementation(" ly.count.android:sdk:23.8.4 " )
413413
414414 // annotations
415415 implementation(" org.jetbrains:annotations-java5:24.0.1" )
@@ -418,19 +418,19 @@ dependencies {
418418 debugImplementation(" com.squareup.leakcanary:leakcanary-android:2.12" )
419419
420420 // desugaring
421- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.3 " )
421+ coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.4 " )
422422
423423 // yes
424424 implementation(" com.github.fingerprintjs:fingerprint-android:2.0.2" )
425425
426426 // room
427- implementation(" androidx.room:room-runtime:2.5.2 " )
427+ implementation(" androidx.room:room-runtime:2.6.0 " )
428428
429429 // To use Kotlin Symbol Processing (KSP)
430- ksp(" androidx.room:room-compiler:2.5.2 " )
430+ ksp(" androidx.room:room-compiler:2.6.0 " )
431431
432432 // optional - Kotlin Extensions and Coroutines support for Room
433- implementation(" androidx.room:room-ktx:2.5.2 " )
433+ implementation(" androidx.room:room-ktx:2.6.0 " )
434434
435435 implementation(" pl.droidsonroids.gif:android-gif-drawable:1.2.28" )
436436
0 commit comments