Skip to content

Commit

Permalink
update sqlite to safe newer version (#104)
Browse files Browse the repository at this point in the history
JCenter central artifact repository is going to shut down this year and this package will not be available anymore. It's available on Jitpack from version 3.30.1. Also react native removed center jcenter repo in 0.65.0. 

https://jitpack.io/#requery/sqlite-android

https://blog.gradle.org/jcenter-shutdown
  • Loading branch information
matinzd committed Sep 17, 2021
1 parent 2029863 commit bb7879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ repositories {
dependencies {
implementation 'com.facebook.react:react-native:+'
api 'androidx.sqlite:sqlite:2.0.1'
implementation 'io.requery:sqlite-android:3.29.0'
implementation 'com.github.requery:sqlite-android:3.30.1'
}

0 comments on commit bb7879a

Please sign in to comment.