mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
Switch to jitpack for sqlite-android
This commit is contained in:
parent
327781832b
commit
a79a38ddec
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue