diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-01-10 10:22:42 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-01-15 11:14:53 +0100 |
commit | 15eda65d04250434c099f953b2fea9a5325c5fb5 (patch) | |
tree | 6417758ec3c085e807b622e58214f778f9f89233 /android | |
parent | e4717342e5bea23f590a42d565a09ace600e2ca5 (diff) |
android: Update Android Gradle Plugin to 8.2.1
This was suggested by Android Studio.
Change-Id: I7278ce5e5b21477459e40a315912c846ec9b6d57
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161882
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'android')
-rw-r--r-- | android/source/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/source/build.gradle b/android/source/build.gradle index 009e9b59a742..69c7785c0179 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.2.0' + classpath 'com.android.tools.build:gradle:8.2.1' } } |