Skip to content

Commit 1225759

Browse files
committed
feat(android): bump up androidx.sqlite version
1 parent 835236b commit 1225759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ repositories {
3939

4040
dependencies {
4141
implementation 'com.facebook.react:react-native:+'
42-
api 'androidx.sqlite:sqlite:2.1.0'
42+
api 'androidx.sqlite:sqlite:2.2.0'
4343
implementation 'com.github.requery:sqlite-android:3.36.0'
4444
}

0 commit comments

Comments
 (0)