From ca5e8839c3c358b803f9ad3e2ded7cb899445604 Mon Sep 17 00:00:00 2001 From: Juan Manuel Date: Mon, 24 Oct 2016 10:24:14 -0300 Subject: [PATCH] Added maven plugin --- build.gradle | 1 + ucbindings/build.gradle | 3 +++ 2 files changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 46eeb2b..1bea07e 100644 --- a/build.gradle +++ b/build.gradle @@ -7,6 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.2.2' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' classpath 'me.tatarka:gradle-retrolambda:3.3.1' // NOTE: Do not place your application dependencies here; they belong diff --git a/ucbindings/build.gradle b/ucbindings/build.gradle index 026379b..318ba25 100644 --- a/ucbindings/build.gradle +++ b/ucbindings/build.gradle @@ -1,6 +1,9 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'me.tatarka.retrolambda' +group='com.github.devsar' + android { compileSdkVersion 24 buildToolsVersion "24.0.0"