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