android/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 061027555cb9367ec7e329753a1c0e8db52a18dd Author: Michael Weghorn <[email protected]> AuthorDate: Thu Feb 19 12:40:27 2026 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Thu Feb 19 23:13:26 2026 +0100 android: Update Android Gradle Plugin to 8.13.2 Android Studio suggests to update to an even newer major version: 9.0.1 However, building with that one currently fails, which looks like an Android Gradle Plugin bug: https://issuetracker.google.com/issues/463283604 Change-Id: I1d3cd38ed1ead4e252dbb6408e1990b7d6422787 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199715 Reviewed-by: Michael Weghorn <[email protected]> Tested-by: Jenkins diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 2777ce25257d..82dee032ee2a 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] constraintlayout_version = "2.2.1" -gradle_version = "8.13.1" +gradle_version = "8.13.2" material_version = "1.13.0" preference_version = "1.2.1"
