From dc984307baf434de966354182e107a45acb78a36 Mon Sep 17 00:00:00 2001 From: king6cong Date: Tue, 18 Oct 2016 17:56:43 +0800 Subject: [PATCH] upgrade gradle to enable android-studio instance run --- .idea/modules.xml | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.idea/modules.xml b/.idea/modules.xml index 6b5d4fa..2811a65 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -3,8 +3,11 @@ + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index eab11a2..168baf1 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.0' + classpath 'com.android.tools.build:gradle:2.2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files