From ba9d689ef9d9ef08a19ef72f664c2d54f4760d08 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 11 Feb 2021 22:33:04 +0530 Subject: [PATCH] build: upgrade AndroidX libraries to stable versions Signed-off-by: Harsh Shandilya --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index fcc2ed10..56d52e24 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - activityVersion = '1.2.0-rc01' + activityVersion = '1.2.0' agpVersion = '4.1.2' annotationsVersion = '1.1.0' appcompatVersion = '1.2.0' @@ -12,11 +12,11 @@ buildscript { coroutinesVersion = '1.4.2' datastoreVersion = '1.0.0-alpha02' desugarVersion = '1.0.10' - fragmentVersion = '1.3.0-rc02' + fragmentVersion = '1.3.0' jsr305Version = '3.0.2' junitVersion = '4.13.1' kotlinVersion = '1.4.21-2' - lifecycleRuntimeKtxVersion = '2.3.0-rc01' + lifecycleRuntimeKtxVersion = '2.3.0' materialComponentsVersion = '1.3.0-rc01' preferenceVersion = '1.1.1' zxingEmbeddedVersion = '3.6.0'