From 25f2a30e1439eb67093189955a0609ff07bc7b44 Mon Sep 17 00:00:00 2001 From: zuichu Date: Wed, 8 Mar 2017 11:19:41 +0800 Subject: [PATCH] wrapper --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e0b366a..674abf5 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:1.5.0' - + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }