Skip to content

Commit c5ec084

Browse files
committed
revert(android): bump down sqlite back to 2.1.0
since it requires SDK >= 31, which is not supported by RN at the moment
1 parent 2a1b069 commit c5ec084

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
@@ -43,6 +43,6 @@ repositories {
4343

4444
dependencies {
4545
implementation 'com.facebook.react:react-native:+'
46-
api 'androidx.sqlite:sqlite:2.2.0'
46+
api 'androidx.sqlite:sqlite:2.1.0'
4747
implementation 'com.github.requery:sqlite-android:3.36.0'
4848
}

0 commit comments

Comments
 (0)