diff --git a/app/build.gradle b/app/build.gradle index 93c3499..c219483 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,9 +56,9 @@ dependencies { implementation 'app.rive:rive-android:9.13.10' // Room Database - implementation 'androidx.room:room-runtime:2.6.0' - implementation 'androidx.room:room-ktx:2.6.0' - kapt 'androidx.room:room-compiler:2.6.0' + implementation 'androidx.room:room-runtime:2.8.5' + implementation 'androidx.room:room-ktx:2.8.5' + kapt 'androidx.room:room-compiler:2.8.5' // Lifecycle & ViewModel implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'