android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3d1419f81ee8a2350eb7176f6525503dda1ce0d0 Author: Michael Weghorn <[email protected]> AuthorDate: Wed Jul 9 12:01:17 2025 +0200 Commit: Skyler Grey <[email protected]> CommitDate: Wed Oct 8 11:52:04 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 <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192031 Reviewed-by: Skyler Grey <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/android/source/build.gradle b/android/source/build.gradle index 2e580f4981a4..9dcb83ce2f2a 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' } commit d32ff24b4ecd388d4d9b3d926c03004c55a1427e Author: Michael Weghorn <[email protected]> AuthorDate: Fri Dec 20 11:05:33 2024 +0100 Commit: Skyler Grey <[email protected]> CommitDate: Wed Oct 8 11:51:54 2025 +0200 android: Update androidx.constraintlayout:constraintlayout to 2.2.0 Change-Id: If589496270104a7e5cd103833573672a4f7eb326 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178877 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> (cherry picked from commit 3160e03a4d1b2f5f3fe470a25a079c2c373bdae6) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187710 Reviewed-by: Xisco Fauli <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192030 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Skyler Grey <[email protected]> diff --git a/android/source/build.gradle b/android/source/build.gradle index 5a20db908497..2e580f4981a4 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.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'androidx.preference:preference:1.2.1' }
