diff --git a/app/build.gradle b/app/build.gradle index 26a2812..b857e0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,4 +1,5 @@ apply plugin: 'com.android.library' +apply plugin: 'android-maven' android { diff --git a/build.gradle b/build.gradle index 3cee53a..14908e3 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:0.12.+' + classpath 'com.github.dcendents:android-maven-plugin:1.2' } }