We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dcfd9 commit cc4feb2Copy full SHA for cc4feb2
android/build.gradle
@@ -65,6 +65,7 @@ repositories {
65
dependencies {
66
//noinspection GradleDynamicVersion
67
api 'com.facebook.react:react-native:+'
68
- api 'android.arch.persistence.room:runtime:1.1.1'
69
- annotationProcessor "android.arch.persistence.room:compiler:1.1.1"
+ implementation "androidx.room:room-runtime:2.5.2"
+ annotationProcessor "androidx.room:room-compiler:2.5.2"
70
+ implementation "androidx.room:room-ktx:2.5.2"
71
}
0 commit comments