From 97b1a21f9b7b7ed8a24da4a83a043e82de46683c Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Thu, 26 May 2022 09:18:05 +0200 Subject: android: Update androidx.constraintlayout to 2.1.4 Change-Id: If2edff8006c3aa904d40dabf679d5ed0b0fd0127 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134987 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/source/build.gradle b/android/source/build.gradle index 22cbb858d4fa..adb9b067d1b4 100644 --- a/android/source/build.gradle +++ b/android/source/build.gradle @@ -27,7 +27,7 @@ dependencies { "unoloader.jar" ]) implementation 'com.google.android.material:material:1.6.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' } android { -- cgit