From 92227e13b8952ec9851bbfe64549ca6de5f44faa Mon Sep 17 00:00:00 2001 From: John Lewis Date: Wed, 2 Oct 2019 08:05:56 -0600 Subject: [PATCH] Add gradle maven plugin --- build.gradle | 2 +- librelay/build.gradle | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7f5bc2e..3da2c81 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.5.0' - + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/librelay/build.gradle b/librelay/build.gradle index e0eef3b..d88dfac 100644 --- a/librelay/build.gradle +++ b/librelay/build.gradle @@ -1,4 +1,6 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.ForstaLabs' repositories { maven {