diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2022-05-26 09:18:05 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2022-05-26 22:05:20 +0200 |
commit | 97b1a21f9b7b7ed8a24da4a83a043e82de46683c (patch) | |
tree | 609981a0e460c6f721a2ded05d5967f8b5811daa /android/source | |
parent | b6258ff75dd3c19e8309a33c85e17e8a76b388cf (diff) |
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 <m.weghorn@posteo.de>
Diffstat (limited to 'android/source')
-rw-r--r-- | android/source/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |