Răsfoiți Sursa

Bump gradle from 3.2.1 to 3.3.0

Bumps gradle from 3.2.1 to 3.3.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
dependabot[bot] 6 ani în urmă
părinte
comite
ccf3098391
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -15,7 +15,7 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.2.1'
+        classpath 'com.android.tools.build:gradle:3.3.0'
         classpath('com.dicedmelon.gradle:jacoco-android:0.1.3')
     }
 }