android/source/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3160e03a4d1b2f5f3fe470a25a079c2c373bdae6 Author: Michael Weghorn <[email protected]> AuthorDate: Fri Dec 20 11:05:33 2024 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Fri Dec 20 12:12:11 2024 +0100 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]> diff --git a/android/source/build.gradle b/android/source/build.gradle index 8495fb704697..31ffd18167ef 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' }
