From 46abc675f009a8e966d4f131b2ce4cd3b8aae01a Mon Sep 17 00:00:00 2001 From: Matthew Rollings <1211162+stealthcopter@users.noreply.github.com> Date: Sat, 8 Feb 2020 21:35:00 +0000 Subject: [PATCH] Fix issue with jitpack (#125) * testing fix2 for jitpack issue * Added back change to see if this was the issue --- build.gradle | 2 ++ rootbeerlib/build.gradle | 1 + 2 files changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 74b8ddc..4947c59 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,8 @@ buildscript { // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files + + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' } } diff --git a/rootbeerlib/build.gradle b/rootbeerlib/build.gradle index d22bad3..a8aa463 100644 --- a/rootbeerlib/build.gradle +++ b/rootbeerlib/build.gradle @@ -1,4 +1,5 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' android { compileSdkVersion compileSdkVer