Skip to content

Commit

Permalink
Potential fix for #63
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondIceNS committed Jun 25, 2018
1 parent 869da13 commit d706169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ subprojects {
include(dependency('com.squareup.okhttp3:okhttp:'))
include(dependency('com.squareup.okio:okio'))
include(dependency('com.neovisionaries:nv-websocket-client'))
include(dependency('org.json:json'))
include(dependency('org.json:json:20160810'))
include(dependency('org.slf4j:slf4j-api'))
include(dependency('org.slf4j:slf4j-simple'))

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

0 comments on commit d706169

Please sign in to comment.