summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2023-02-09 10:47:08 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2023-02-09 10:50:15 +0000
commit4aa73a298f4849e222aa3c6111d8b5c57e417e4b (patch)
tree06766be60d38ce3951a48fd6af5109c8c743c658 /android
parentf121b890f8f70fe2a0e633d3b4ad59c27ebba9b3 (diff)
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.weghorn@posteo.de>
Diffstat (limited to 'android')
-rw-r--r--android/source/build.gradle2
1 files changed, 1 insertions, 1 deletions
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'
}
}