Skip to content

Commit cc4feb2

Browse files
authored
fix: update dependencies to compile in android react native 0.75.4 (#106)
1 parent 25dcfd9 commit cc4feb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

android/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ repositories {
6565
dependencies {
6666
//noinspection GradleDynamicVersion
6767
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"
68+
implementation "androidx.room:room-runtime:2.5.2"
69+
annotationProcessor "androidx.room:room-compiler:2.5.2"
70+
implementation "androidx.room:room-ktx:2.5.2"
7071
}

0 commit comments

Comments
 (0)