We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a27ce9 commit f9b1748Copy full SHA for f9b1748
build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
implementation group: 'at.favre.lib', name: 'hkdf', version: '1.0.2'
38
39
// https://mvnrepository.com/artifact/com.neovisionaries/nv-websocket-client
40
- implementation group: 'com.neovisionaries', name: 'nv-websocket-client', version: '2.14'
+ compile group: 'com.neovisionaries', name: 'nv-websocket-client', version: '2.14'
41
42
// Use JUnit test framework
43
testImplementation 'junit:junit:4.12'
0 commit comments