android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 97b1a21f9b7b7ed8a24da4a83a043e82de46683c Author: Michael Weghorn <[email protected]> AuthorDate: Thu May 26 09:18:05 2022 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Thu May 26 22:05:20 2022 +0200 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 <[email protected]> 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 {
