|
|
@ -238,7 +238,7 @@ dependencies {
|
|
|
|
def core_version = "1.5.0-alpha05"
|
|
|
|
def core_version = "1.5.0-alpha05"
|
|
|
|
def appcompat_version = "1.3.0-beta01"
|
|
|
|
def appcompat_version = "1.3.0-beta01"
|
|
|
|
def activity_version = "1.2.0-rc01"
|
|
|
|
def activity_version = "1.2.0-rc01"
|
|
|
|
def fragment_version = "1.3.0-rc01"
|
|
|
|
def fragment_version = "1.3.0-rc02"
|
|
|
|
def webkit_version = "1.4.0"
|
|
|
|
def webkit_version = "1.4.0"
|
|
|
|
def recyclerview_version = "1.2.0-beta01"
|
|
|
|
def recyclerview_version = "1.2.0-beta01"
|
|
|
|
def coordinatorlayout_version = "1.1.0"
|
|
|
|
def coordinatorlayout_version = "1.1.0"
|
|
|
@ -251,12 +251,12 @@ dependencies {
|
|
|
|
def lifecycle_version = "2.3.0-rc01"
|
|
|
|
def lifecycle_version = "2.3.0-rc01"
|
|
|
|
def lifecycle_extensions_version = "2.2.0"
|
|
|
|
def lifecycle_extensions_version = "2.2.0"
|
|
|
|
def sqlite_version = "2.1.0"
|
|
|
|
def sqlite_version = "2.1.0"
|
|
|
|
def room_version = "2.2.6" // 2.3.0-alpha04
|
|
|
|
def room_version = "2.2.6" // 2.3.0-beta01
|
|
|
|
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.5.0-rc01"
|
|
|
|
def work_version = "2.5.0"
|
|
|
|
def exif_version = "1.3.2"
|
|
|
|
def exif_version = "1.3.2"
|
|
|
|
def biometric_version = "1.2.0-alpha01"
|
|
|
|
def biometric_version = "1.2.0-alpha02"
|
|
|
|
def billingclient_version = "3.0.2"
|
|
|
|
def billingclient_version = "3.0.2"
|
|
|
|
def javamail_version = "1.6.5"
|
|
|
|
def javamail_version = "1.6.5"
|
|
|
|
def jsoup_version = "1.13.1"
|
|
|
|
def jsoup_version = "1.13.1"
|
|
|
@ -299,7 +299,7 @@ dependencies {
|
|
|
|
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview
|
|
|
|
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview
|
|
|
|
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview-selection
|
|
|
|
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview-selection
|
|
|
|
implementation "androidx.recyclerview:recyclerview:$recyclerview_version"
|
|
|
|
implementation "androidx.recyclerview:recyclerview:$recyclerview_version"
|
|
|
|
//implementation "androidx.recyclerview:recyclerview-selection:1.1.0-rc01"
|
|
|
|
//implementation "androidx.recyclerview:recyclerview-selection:1.1.0"
|
|
|
|
|
|
|
|
|
|
|
|
// https://mvnrepository.com/artifact/androidx.coordinatorlayout/coordinatorlayout
|
|
|
|
// https://mvnrepository.com/artifact/androidx.coordinatorlayout/coordinatorlayout
|
|
|
|
implementation "androidx.coordinatorlayout:coordinatorlayout:$coordinatorlayout_version"
|
|
|
|
implementation "androidx.coordinatorlayout:coordinatorlayout:$coordinatorlayout_version"
|
|
|
|