diff --git a/Smodr/build.gradle b/Smodr/build.gradle index 60a043fa..a5188053 100644 --- a/Smodr/build.gradle +++ b/Smodr/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'com.google.android.gms:play-services-oss-licenses:17.0.1' implementation 'io.reactivex.rxjava3:rxjava:3.1.6' implementation 'androidx.room:room-runtime:2.6.0' - annotationProcessor 'androidx.room:room-compiler:2.6.0-alpha03' + annotationProcessor 'androidx.room:room-compiler:2.6.0' testImplementation 'androidx.room:room-testing:2.6.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12' implementation 'androidx.legacy:legacy-support-v4:1.0.0'