We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869da13 commit d706169Copy full SHA for d706169
build.gradle
@@ -64,7 +64,7 @@ subprojects {
64
include(dependency('com.squareup.okhttp3:okhttp:'))
65
include(dependency('com.squareup.okio:okio'))
66
include(dependency('com.neovisionaries:nv-websocket-client'))
67
- include(dependency('org.json:json'))
+ include(dependency('org.json:json:20160810'))
68
include(dependency('org.slf4j:slf4j-api'))
69
include(dependency('org.slf4j:slf4j-simple'))
70
@@ -80,5 +80,6 @@ subprojects {
80
// Dependency for CleverbotAPI
81
include(dependency(group: 'com.michaelwflaherty', name: 'cleverbotapi', version: '1.0.1'))
82
}
83
+ relocate 'org.json', 'discordbridge-shadow.json'
84
85
0 commit comments