From 60ecabe0ae02317b3ba56c7deb0fffaf60ee6f6c Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Tue, 12 Mar 2019 12:05:44 +0100 Subject: [PATCH] Go back to newer version of forked SDK library. Upstream has updated dependencies, which currently causes proguard issues. See https://github.com/Meisolsson/GitHubSdk/issues/28 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 678de5c39..0601c7b47 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,7 @@ dependencies { exclude group: 'xpp3', module: 'xpp3' } implementation 'com.github.maniac103:rxloader:master-SNAPSHOT' - implementation 'com.github.meisolsson:githubsdk:0.6.1' + implementation 'com.github.maniac103:githubsdk:0.5.1.8' implementation 'com.larswerkman:HoloColorPicker:1.5@aar' implementation 'com.caverock:androidsvg:1.2.2-beta-1@aar' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.1.+'