android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b7a54ec2f4c5dddef08d26e70ebbfba44ccb63ea Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Wed Jul 9 12:01:17 2025 +0200 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Mon Jul 14 19:04:44 2025 +0200 android: Update androidx.constraintlayout:constraintlayout to 2.2.1 Change-Id: I810185a7004a7d66626654a30cb4123a1b67b875 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187571 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> (cherry picked from commit 622b70aa5cf7d0e50d9c5280583b83a89841ebc7) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187685 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/android/source/build.gradle b/android/source/build.gradle index b7cdc2e46cf1..aff793ff72a8 100644 --- a/android/source/build.gradle +++ b/android/source/build.gradle @@ -33,7 +33,7 @@ dependencies { "unoloader.jar" ]) implementation 'com.google.android.material:material:1.12.0' - implementation 'androidx.constraintlayout:constraintlayout:2.2.0' + implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'androidx.preference:preference:1.2.1' }