Browse Source

Merge pull request #12425 from nextcloud/renovate/androidpluginversion

Update dependency com.android.tools.build:gradle to v8.2.2
Andy Scherzinger 1 year ago
parent
commit
301a5ead39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -1,6 +1,6 @@
 buildscript {
 buildscript {
     ext {
     ext {
-        androidPluginVersion = '8.2.1'
+        androidPluginVersion = '8.2.2'
         appCompatVersion = '1.6.1'
         appCompatVersion = '1.6.1'
         jacoco_version = '0.8.10'
         jacoco_version = '0.8.10'
         kotlin_version = '1.8.22'
         kotlin_version = '1.8.22'