android/source/build.gradle                             |    4 ++--
 android/source/gradle/wrapper/gradle-wrapper.properties |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 9b159ac6d1dfdc80e0b4f002b5a885bfab939df2
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Fri Dec 20 11:05:33 2024 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Sun Aug 10 11:46:48 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 <m.wegh...@posteo.de>
    (cherry picked from commit 3160e03a4d1b2f5f3fe470a25a079c2c373bdae6)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187710
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/android/source/build.gradle b/android/source/build.gradle
index 1d0b2bb68edf..0f72fb5e290a 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'
 }
 
commit 77a967ed0416b857e7000fbf24db2d803ba2058b
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Thu Dec 19 19:57:13 2024 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Sun Aug 10 11:46:37 2025 +0200

    android: Update Android Gradle Plugin to 8.7.3
    
    ... and gradle to 8.9, as suggested by Android Studio.
    
    Change-Id: Ic7c36e5d3f7117f877985cd4af82c79bcca9fb87
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178838
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    Tested-by: Jenkins
    (cherry picked from commit 216d8a0a44c5053b4ea3799773fbc9db2dca16d6)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187709
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/android/source/build.gradle b/android/source/build.gradle
index 99d90870e047..1d0b2bb68edf 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -21,7 +21,7 @@ buildscript {
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:8.6.1'
+        classpath 'com.android.tools.build:gradle:8.7.3'
     }
 }
 
diff --git a/android/source/gradle/wrapper/gradle-wrapper.properties 
b/android/source/gradle/wrapper/gradle-wrapper.properties
index cce67b04680b..ffef2997cc24 100644
--- a/android/source/gradle/wrapper/gradle-wrapper.properties
+++ b/android/source/gradle/wrapper/gradle-wrapper.properties
@@ -1,7 +1,7 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionSha256Sum=194717442575a6f96e1c1befa2c30e9a4fc90f701d7aee33eb879b79e7ff05c0
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
+distributionSha256Sum=258e722ec21e955201e31447b0aed14201765a3bfbae296a46cf60b70e66db70
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists

Reply via email to