diff --git a/app/build.gradle b/app/build.gradle index 6d76acf..ee1f146 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,8 +48,8 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.core:core-ktx:1.12.0' - implementation 'androidx.room:room-ktx:2.6.0' - implementation 'androidx.room:room-runtime:2.6.0' + implementation 'androidx.room:room-ktx:2.8.4' + implementation 'androidx.room:room-runtime:2.8.4' implementation 'androidx.work:work-runtime-ktx:2.8.1' implementation 'androidx.work:work-runtime:2.8.1' implementation 'com.google.android.material:material:1.10.0' @@ -57,11 +57,11 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.11' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.squareup.retrofit2:retrofit:2.9.0' - testImplementation 'androidx.room:room-testing:2.6.0' + testImplementation 'androidx.room:room-testing:2.8.4' testImplementation 'androidx.work:work-testing:2.8.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - annotationProcessor 'androidx.room:room-compiler:2.6.0' - kapt('androidx.room:room-compiler:2.6.0') + annotationProcessor 'androidx.room:room-compiler:2.8.4' + kapt('androidx.room:room-compiler:2.8.4') } \ No newline at end of file