Browse Source

Merge pull request #13955 from nextcloud/renovate/androidpluginversion

fix(deps): update dependency com.android.tools.build:gradle to v8.7.2
Andy Scherzinger 7 months ago
parent
commit
611051f49c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -11,7 +11,7 @@
 buildscript {
     ext {
         androidLibraryVersion ="ceb3812b688f2288911acf4d917596283fab0ea5"
-        androidPluginVersion = '8.7.1'
+        androidPluginVersion = '8.7.2'
         androidxMediaVersion = '1.4.1'
         androidxTestVersion = "1.6.1"
         appCompatVersion = '1.7.0'