diff --git a/LemonKit/build.gradle b/LemonKit/build.gradle index 786e7e4..0d69b36 100644 --- a/LemonKit/build.gradle +++ b/LemonKit/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.2.3' - + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/LemonKit/lemonkit/build.gradle b/LemonKit/lemonkit/build.gradle index 6e347c0..146ca52 100644 --- a/LemonKit/lemonkit/build.gradle +++ b/LemonKit/lemonkit/build.gradle @@ -1,4 +1,6 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.1em0nsOft' android { compileSdkVersion 24