diff --git a/build.gradle b/build.gradle index 285ecce..589e1d3 100644 --- a/build.gradle +++ b/build.gradle @@ -8,6 +8,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.0.0' classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.7.0' + 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/lifecycleservices/build.gradle b/lifecycleservices/build.gradle index 2f81b51..fa2ef56 100644 --- a/lifecycleservices/build.gradle +++ b/lifecycleservices/build.gradle @@ -1,5 +1,8 @@ apply plugin: 'com.android.library' apply plugin: 'com.getkeepsafe.dexcount' +apply plugin: 'com.github.dcendents.android-maven' + +group='com.github.juanmc2005' String.metaClass.uncapitalize = { if (delegate.length() <= 1) return delegate.toLowerCase()