From 1c3db898e915c9f9deb19a131acb5f8405d2f9a6 Mon Sep 17 00:00:00 2001 From: ritik2017 Date: Mon, 14 Jan 2019 22:42:24 +0530 Subject: [PATCH] Modified build.gradle files --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 494a50d0a..8ef98fa4e 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath "com.android.tools.build:gradle:3.1.4" + classpath 'com.android.tools.build:gradle:3.2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files