@@ -450,14 +450,14 @@ dependencies {
450450 implementation(" com.github.KieronQuinn:MonetCompat:0.4.1" )
451451 implementation(" com.github.Fox2Code.FoxCompat:foxcompat:1.2.14" )
452452 implementation(" com.github.Fox2Code.FoxCompat:hiddenapis:1.2.14" )
453- implementation(" com.mikepenz:aboutlibraries:10.7 .0" )
453+ implementation(" com.mikepenz:aboutlibraries:10.8 .0" )
454454
455455 // Utils
456456 implementation(" androidx.work:work-runtime:2.8.1" )
457- implementation(" com.squareup.okhttp3:okhttp:5.0.0-alpha.10 " )
458- implementation(" com.squareup.okhttp3:okhttp-dnsoverhttps:5.0.0-alpha.10 " )
457+ implementation(" com.squareup.okhttp3:okhttp:5.0.0-alpha.11 " )
458+ implementation(" com.squareup.okhttp3:okhttp-dnsoverhttps:5.0.0-alpha.11 " )
459459 // logging interceptor
460- implementation(" com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.10 " )
460+ implementation(" com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11 " )
461461 // Chromium cronet from androidacy
462462 implementation(" org.chromium.net:cronet-embedded:113.5672.61" )
463463
@@ -482,12 +482,12 @@ dependencies {
482482 implementation(" com.github.Fox2Code:AndroidANSI:1.2.1" )
483483
484484 // sentry
485- implementation(" io.sentry:sentry-android:6.23 .0" )
486- implementation(" io.sentry:sentry-android-timber:6.23 .0" )
487- implementation(" io.sentry:sentry-android-fragment:6.23 .0" )
488- implementation(" io.sentry:sentry-android-okhttp:6.23 .0" )
489- implementation(" io.sentry:sentry-kotlin-extensions:6.23 .0" )
490- implementation(" io.sentry:sentry-android-ndk:6.23 .0" )
485+ implementation(" io.sentry:sentry-android:6.24 .0" )
486+ implementation(" io.sentry:sentry-android-timber:6.24 .0" )
487+ implementation(" io.sentry:sentry-android-fragment:6.24 .0" )
488+ implementation(" io.sentry:sentry-android-okhttp:6.24 .0" )
489+ implementation(" io.sentry:sentry-kotlin-extensions:6.24 .0" )
490+ implementation(" io.sentry:sentry-android-ndk:6.24 .0" )
491491
492492 // Markdown
493493 // TODO: switch to an updated implementation
@@ -530,13 +530,13 @@ dependencies {
530530 implementation(" com.github.fingerprintjs:fingerprint-android:2.0.0" )
531531
532532 // room
533- implementation(" androidx.room:room-runtime:2.5.1 " )
533+ implementation(" androidx.room:room-runtime:2.5.2 " )
534534
535535 // To use Kotlin Symbol Processing (KSP)
536- ksp(" androidx.room:room-compiler:2.5.1 " )
536+ ksp(" androidx.room:room-compiler:2.5.2 " )
537537
538538 // optional - Kotlin Extensions and Coroutines support for Room
539- implementation(" androidx.room:room-ktx:2.5.1 " )
539+ implementation(" androidx.room:room-ktx:2.5.2 " )
540540}
541541
542542android {
0 commit comments