Fixed jlcommon version

This commit is contained in:
Josh Larson
2018-12-09 14:24:32 -06:00
parent fa956cf5aa
commit 223a42c9d2

View File

@@ -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'
}