Browse Source

Update dependency com.android.tools.build:gradle to v8.3.1

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 year ago
parent
commit
a45949d07e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -1,7 +1,7 @@
 buildscript {
     ext {
         androidLibraryVersion ="0c886d61f6"
-        androidPluginVersion = '8.3.0'
+        androidPluginVersion = '8.3.1'
         androidxMediaVersion = '1.3.0'
         androidxTestVersion = "1.5.0"
         appCompatVersion = '1.6.1'