pull/202/merge
dependabot[bot] 7 days ago committed by GitHub
commit b68f28d344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -424,13 +424,13 @@ dependencies {
implementation("com.github.fingerprintjs:fingerprint-android:2.2.0") implementation("com.github.fingerprintjs:fingerprint-android:2.2.0")
// room // room
implementation("androidx.room:room-runtime:2.6.1") implementation("androidx.room:room-runtime:2.8.3")
// To use Kotlin Symbol Processing (KSP) // To use Kotlin Symbol Processing (KSP)
ksp("androidx.room:room-compiler:2.6.1") ksp("androidx.room:room-compiler:2.8.3")
// optional - Kotlin Extensions and Coroutines support for Room // optional - Kotlin Extensions and Coroutines support for Room
implementation("androidx.room:room-ktx:2.6.1") implementation("androidx.room:room-ktx:2.8.3")
implementation("pl.droidsonroids.gif:android-gif-drawable:1.2.29") implementation("pl.droidsonroids.gif:android-gif-drawable:1.2.29")

Loading…
Cancel
Save