Skip to content

Commit d706169

Browse files
author
DiamondIceNS
committed
Potential fix for #63
1 parent 869da13 commit d706169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ subprojects {
6464
include(dependency('com.squareup.okhttp3:okhttp:'))
6565
include(dependency('com.squareup.okio:okio'))
6666
include(dependency('com.neovisionaries:nv-websocket-client'))
67-
include(dependency('org.json:json'))
67+
include(dependency('org.json:json:20160810'))
6868
include(dependency('org.slf4j:slf4j-api'))
6969
include(dependency('org.slf4j:slf4j-simple'))
7070

@@ -80,5 +80,6 @@ subprojects {
8080
// Dependency for CleverbotAPI
8181
include(dependency(group: 'com.michaelwflaherty', name: 'cleverbotapi', version: '1.0.1'))
8282
}
83+
relocate 'org.json', 'discordbridge-shadow.json'
8384
}
8485
}

0 commit comments

Comments
 (0)