From 88d6b92146581497c9f84c2f419ace22582337c9 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 29 May 2022 09:00:34 +0200 Subject: [PATCH] Updated AndroidX --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 76fbf88f8e..575fa0c0e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -326,7 +326,7 @@ dependencies { def startup_version = "1.1.0" def annotation_version_experimental = "1.2.0" def core_version = "1.8.0-rc01" // 1.9.0-alpha03 - def shortcuts_version = "1.0.0" + def shortcuts_version = "1.0.1" def appcompat_version = "1.4.1" // 1.6.0-alpha01 def emoji_version = "1.2.0-alpha04" def activity_version = "1.5.0-rc01" // 1.6.0-alpha03 @@ -335,7 +335,7 @@ dependencies { def webkit_version = "1.4.0" def recyclerview_version = "1.2.1" // 1.3.0-alpha02 def coordinatorlayout_version = "1.2.0" - def constraintlayout_version = "2.1.3" + def constraintlayout_version = "2.1.4" // 2.2.0-alpha01 def material_version = "1.6.0" def browser_version = "1.4.0" def lbm_version = "1.1.0"