@@ -15,6 +15,7 @@ plugins {
1515 id(" com.mikepenz.aboutlibraries.plugin" )
1616 kotlin(" android" )
1717 kotlin(" kapt" )
18+ id(" com.google.devtools.ksp" ) version " 1.8.22-1.0.11"
1819 id(" io.sentry.android.gradle" )
1920}
2021
@@ -479,12 +480,12 @@ dependencies {
479480 implementation(" com.github.Fox2Code:AndroidANSI:1.2.1" )
480481
481482 // sentry
482- implementation(" io.sentry:sentry-android:6.22 .0" )
483- implementation(" io.sentry:sentry-android-timber:6.22 .0" )
484- implementation(" io.sentry:sentry-android-fragment:6.22 .0" )
485- implementation(" io.sentry:sentry-android-okhttp:6.22 .0" )
486- implementation(" io.sentry:sentry-kotlin-extensions:6.22 .0" )
487- implementation(" io.sentry:sentry-android-ndk:6.22 .0" )
483+ implementation(" io.sentry:sentry-android:6.23 .0" )
484+ implementation(" io.sentry:sentry-android-timber:6.23 .0" )
485+ implementation(" io.sentry:sentry-android-fragment:6.23 .0" )
486+ implementation(" io.sentry:sentry-android-okhttp:6.23 .0" )
487+ implementation(" io.sentry:sentry-kotlin-extensions:6.23 .0" )
488+ implementation(" io.sentry:sentry-android-ndk:6.23 .0" )
488489
489490 // Markdown
490491 // TODO: switch to an updated implementation
@@ -525,6 +526,15 @@ dependencies {
525526
526527 // yes
527528 implementation(" com.github.fingerprintjs:fingerprint-android:2.0.0" )
529+
530+ // room
531+ implementation(" androidx.room:room-runtime:2.5.1" )
532+
533+ // To use Kotlin Symbol Processing (KSP)
534+ ksp(" androidx.room:room-compiler:2.5.1" )
535+
536+ // optional - Kotlin Extensions and Coroutines support for Room
537+ implementation(" androidx.room:room-ktx:2.5.1" )
528538}
529539
530540android {
0 commit comments