From fdbc277996fb452f1c7d7a41590d3e324ff248a4 Mon Sep 17 00:00:00 2001 From: SiberiaDante <994537867@qq.com> Date: Fri, 22 Sep 2017 20:11:27 +0800 Subject: [PATCH] v1.0.2 --- build.gradle | 2 +- siberiadante/build.gradle | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 134d5fe..f90dfb0 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files -// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' } } diff --git a/siberiadante/build.gradle b/siberiadante/build.gradle index d5c0e51..250be5b 100644 --- a/siberiadante/build.gradle +++ b/siberiadante/build.gradle @@ -1,6 +1,7 @@ apply plugin: 'com.android.library' -//apply plugin: 'com.github.dcendents.android-maven' -//group = 'com.github.SiberiaDante' +apply plugin: 'com.github.dcendents.android-maven' + +group='com.github.SiberiaDante' android { compileSdkVersion 24 buildToolsVersion '25.0.0'