diff --git a/app/build.gradle b/app/build.gradle index efe3982..fcfa71b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.2' implementation 'androidx.vectordrawable:vectordrawable:1.0.1' - implementation "androidx.room:room-runtime:2.1.0-alpha04" + implementation "androidx.room:room-runtime:2.5.0" annotationProcessor "androidx.room:room-compiler:2.1.0-alpha04" implementation 'com.squareup.okhttp3:okhttp:3.10.0'