From 9c81834771ecb4099981a9b9065b90e59f6ffa09 Mon Sep 17 00:00:00 2001 From: Alex Dibrivnyi Date: Sun, 5 Feb 2017 20:55:59 +0200 Subject: [PATCH] Added jitpack group to gradle build --- .idea/misc.xml | 2 +- library/build.gradle | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 93f5422..519d433 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,5 +37,5 @@ - + \ No newline at end of file diff --git a/library/build.gradle b/library/build.gradle index 3e2afe5..7e8dee8 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,5 +1,8 @@ apply plugin: 'com.android.library' apply from: "quality.gradle" +apply plugin: 'com.github.dcendents.android-maven' + +group='com.github.eggheadgames' android { compileSdkVersion 24