From 1b17f2995ddb130a31beef261f65fc0fd4424a97 Mon Sep 17 00:00:00 2001 From: James Morris Date: Tue, 13 Oct 2015 17:58:50 -0700 Subject: [PATCH] Switch to jitpack for the app base library dependency for release --- .idea/workspace.xml | 118 ++++++++++---------------------------------- app/build.gradle | 4 +- 2 files changed, 27 insertions(+), 95 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d50aa8e..2e5b43d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -22,15 +22,7 @@ - - - - - - - - @@ -73,9 +65,11 @@ - - - + + + + + @@ -1891,14 +1885,14 @@ - + - + - + @@ -5610,8 +5546,8 @@ - + @@ -6022,12 +5958,6 @@ - - - - - - @@ -6084,9 +6014,11 @@ - - - + + + + + diff --git a/app/build.gradle b/app/build.gradle index 8586196..33644b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,6 +82,6 @@ android { apply from: file("../../../keystore/signing-rand-remind.gradle") dependencies { - compile 'com.jamesmorrisstudios:appbaselibrary:1.1' //local gradle - //compile 'com.github.morris-james:appbaselibrary:v1.1.4' //Jitpack + //compile 'com.jamesmorrisstudios:appbaselibrary:1.1' //local gradle + compile 'com.github.morris-james:appbaselibrary:v1.1.5' //Jitpack }