From 223a42c9d2a03f288944cef4b752bdb71724a7ec Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Sun, 9 Dec 2018 14:24:32 -0600 Subject: [PATCH] Fixed jlcommon version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a856da9..bbe066d 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ repositories { } dependencies { - compile group: 'me.joshlarson', name: 'jlcommon', version: '1.8.4' + compile group: 'me.joshlarson', name: 'jlcommon', version: '1.8.3' compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.59' testCompile 'junit:junit:4.12' }