From e5f084223a2486e5b3d2ae76e166132cab257919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Sep 2018 17:18:58 +0200 Subject: [PATCH] Bump gradle from 3.1.4 to 3.2.0 (#1017) Bumps gradle from 3.1.4 to 3.2.0. Signed-off-by: dependabot[bot] <support@dependabot.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a3051dd2..7f52c27b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.4' + classpath 'com.android.tools.build:gradle:3.2.0' classpath 'com.dicedmelon.gradle:jacoco-android:0.1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files -- GitLab