From 33be7d20b16ec02e1d3cbb46320f8bdc0db88070 Mon Sep 17 00:00:00 2001 From: Huangyb <873825232@qq.com> Date: Fri, 12 Jan 2018 09:38:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=89=93=E5=8C=85=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- form/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/form/build.gradle b/form/build.gradle index 3811d52..efc37f3 100644 --- a/form/build.gradle +++ b/form/build.gradle @@ -1,4 +1,6 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.huangyanbin' android { compileSdkVersion 25