|
|
|
|
@ -519,16 +519,16 @@ dependencies {
|
|
|
|
|
def annotation_version_experimental = "1.6.0"
|
|
|
|
|
def core_version = "1.19.0"
|
|
|
|
|
def core_remoteviews_version = "1.1.0"
|
|
|
|
|
def appcompat_version = "1.7.1" // 1.8.0-alpha01
|
|
|
|
|
def appcompat_version = "1.7.1" // 1.8.0-rc01
|
|
|
|
|
def emoji_version = "1.6.0"
|
|
|
|
|
def flatbuffers_version = "2.0.0"
|
|
|
|
|
def activity_version = "1.13.0"
|
|
|
|
|
def fragment_version = "1.8.9" // 1.9.0-alpha02
|
|
|
|
|
def fragment_version = "1.8.9" // 1.9.0-rc01
|
|
|
|
|
def windows_version = "1.5.1" // 1.6.0-alpha05
|
|
|
|
|
def webkit_version = "1.15.0" // 1.16.0/1.17.0-alpha04 (requires min SDK 24)
|
|
|
|
|
def webkit_version = "1.15.0" // 1.16.0/1.17.0-rc01 (requires min SDK 24)
|
|
|
|
|
def recyclerview_version = "1.4.0"
|
|
|
|
|
def coordinatorlayout_version = "1.2.0" // 1.3.0-rc01
|
|
|
|
|
def constraintlayout_version = "2.2.0"
|
|
|
|
|
def constraintlayout_version = "2.2.0" // 2.2.2
|
|
|
|
|
def viewpager_version = "1.1.0-beta01" // 1.1.0
|
|
|
|
|
def material_version = "1.12.0" // 1.13.0-alpha03
|
|
|
|
|
def browser_version = "1.10.0"
|
|
|
|
|
@ -537,12 +537,12 @@ dependencies {
|
|
|
|
|
def documentfile_version = "1.1.0"
|
|
|
|
|
def lifecycle_version = "2.10.0" // 2.11.0
|
|
|
|
|
def lifecycle_extensions_version = "2.2.0"
|
|
|
|
|
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.2/2.8.4/3.0.0
|
|
|
|
|
def room_version = "2.4.3" // 2.5.2/2.6.1/2.7.2/2.8.4/3.0.1
|
|
|
|
|
def sqlite_version = "2.5.1" // 2.5.2/2.6.2/2.7.0
|
|
|
|
|
def requery_version = "3.39.2"
|
|
|
|
|
def paging_version = "2.1.2" // 3.3.6/3.4.1/3.5.0
|
|
|
|
|
def preference_version = "1.2.1"
|
|
|
|
|
def work_version = "2.10.5" // 2.11.2/2.12.0-alpha01 (requires ROOM update)
|
|
|
|
|
def work_version = "2.10.5" // 2.11.2/2.12.0-beta01 (requires ROOM update)
|
|
|
|
|
def exif_version = "1.4.2"
|
|
|
|
|
def biometric_version = "1.2.0-alpha05" // 1.4.0-alpha07
|
|
|
|
|
def billingclient_version = "9.1.0"
|
|
|
|
|
@ -619,7 +619,7 @@ dependencies {
|
|
|
|
|
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview
|
|
|
|
|
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview-selection
|
|
|
|
|
implementation "androidx.recyclerview:recyclerview:$recyclerview_version"
|
|
|
|
|
//implementation "androidx.recyclerview:recyclerview-selection:1.2.0" // 1.3.0-alpha01
|
|
|
|
|
//implementation "androidx.recyclerview:recyclerview-selection:1.2.0" // 1.3.0-rc01
|
|
|
|
|
|
|
|
|
|
// https://mvnrepository.com/artifact/androidx.coordinatorlayout/coordinatorlayout
|
|
|
|
|
implementation "androidx.coordinatorlayout:coordinatorlayout:$coordinatorlayout_version"
|
|
|
|
|
|