From 02b92c178a44697c728ecf75a5b117514ff30229 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 25 Jul 2021 21:40:59 +0530 Subject: build: upgrade AndroidX dependencies Signed-off-by: Harsh Shandilya --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 246ab228..968a9f4d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,18 +1,18 @@ buildscript { ext { - activityVersion = '1.2.3' + activityVersion = '1.2.4' agpVersion = '4.2.2' annotationsVersion = '1.2.0' - appcompatVersion = '1.3.0' + appcompatVersion = '1.3.1' biometricVersion = '1.1.0' collectionVersion = '1.1.0' constraintLayoutVersion = '2.0.4' coordinatorLayoutVersion = '1.1.0' coreKtxVersion = '1.6.0' coroutinesVersion = '1.5.1' - datastoreVersion = '1.0.0-rc01' + datastoreVersion = '1.0.0-rc02' desugarVersion = '1.1.5' - fragmentVersion = '1.3.5' + fragmentVersion = '1.3.6' jsr305Version = '3.0.2' junitVersion = '4.13.2' kotlinVersion = '1.5.21' -- cgit v1.2.3-59-g8ed1b