diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2022-08-08 09:08:07 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2022-08-08 11:33:49 +0200 |
commit | 495efc3396f04a6dc2200b33d9969f125b2a79c8 (patch) | |
tree | 7ccf0fc9cf01864d7274a0bf9e58871a59dabc85 /android/source/build.gradle | |
parent | cdf5b6a2a6f0ba2838323ce4398948c3d3a56f8e (diff) |
android: Update Android Gradle Plugin to 7.2.2
Change-Id: I3235716498168ca5eebf71ebf6f5ee571af7a72d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137941
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'android/source/build.gradle')
-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 a1c5a43c0d87..0a6c1aefa454 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.2.1' + classpath 'com.android.tools.build:gradle:7.2.2' } } |