Updated AndroidX

This commit is contained in:
M66B 2020-05-21 09:54:05 +02:00
parent 705fcde129
commit 5ab50971f9
1 changed files with 5 additions and 5 deletions

View File

@ -225,9 +225,9 @@ configurations.all {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
def core_version = "1.3.0-rc01"
def appcompat_version = "1.2.0-rc01"
def fragment_version = "1.3.0-alpha04"
def core_version = "1.3.0-rc01" // 1.4.0-alpha01
def appcompat_version = "1.2.0-rc01" // 1.3.0-alpha01
def fragment_version = "1.3.0-alpha05"
def recyclerview_version = "1.2.0-alpha03"
def coordinatorlayout_version = "1.1.0"
def constraintlayout_version = "2.0.0-beta3"
@ -236,12 +236,12 @@ dependencies {
def lbm_version = "1.0.0"
def swiperefresh_version = "1.1.0-rc01"
def documentfile_version = "1.0.1"
def lifecycle_version = "2.2.0"
def lifecycle_version = "2.2.0" // 2.3.0-alpha03
def sqlite_version = "2.1.0"
def room_version = "2.2.5"
def paging_version = "2.1.2"
def preference_version = "1.1.1"
def work_version = "2.4.0-alpha03"
def work_version = "2.4.0-beta01"
def exif_version = "1.3.0-alpha01"
def biometric_version = "1.0.1"
def textclassifier_version = "1.0.0-alpha03"