Switch to jitpack for sqlite-android

pull/198/head
M66B 4 years ago
parent 327781832b
commit a79a38ddec

@ -253,7 +253,7 @@ dependencies {
def lifecycle_extensions_version = "2.2.0"
def room_version = "2.3.0"
def sqlite_version = "2.1.0"
def requery_version = "3.34.1"
def requery_version = "3.35.5"
def paging_version = "2.1.2" // 3.0.0-alpha11
def preference_version = "1.1.1"
def work_version = "2.6.0-alpha02"
@ -346,8 +346,8 @@ dependencies {
// https://www.sqlite.org/changes.html
// https://github.com/requery/sqlite-android/
// https://mvnrepository.com/artifact/io.requery/sqlite-android?repo=jcenter
implementation "io.requery:sqlite-android:$requery_version"
// https://jitpack.io/#requery/sqlite-android
implementation "com.github.requery:sqlite-android:$requery_version"
// https://mvnrepository.com/artifact/androidx.paging/paging-runtime
// https://developer.android.com/jetpack/androidx/releases/paging

Loading…
Cancel
Save