diff --git a/app/build.gradle b/app/build.gradle index 30d374364e..53da0d35b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"