android/source/build.gradle |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4aa73a298f4849e222aa3c6111d8b5c57e417e4b
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Thu Feb 9 10:47:08 2023 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu Feb 9 10:50:15 2023 +0000

    android: Update Android Gradle Plugin to 7.4.1
    
    Change-Id: I2a709e27d3ba42f0d1c2ae9510d2cbf1f38c484d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146682
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/android/source/build.gradle b/android/source/build.gradle
index 113b62b4b09c..3f97fca4497e 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -15,7 +15,7 @@ buildscript {
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:7.4.0'
+        classpath 'com.android.tools.build:gradle:7.4.1'
     }
 }
 

Reply via email to