diff --git a/app/build.gradle b/app/build.gradle index 4e3d34f..259810c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6' implementation 'org.conscrypt:conscrypt-android:2.4.0' - def room_version = "2.2.3" + def room_version = '2.2.5' implementation "androidx.room:room-runtime:$room_version" annotationProcessor "androidx.room:room-compiler:$room_version" // For Kotlin use kapt instead of annotationProcessor