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 1ae0102 commit 4bfe6c9Copy full SHA for 4bfe6c9
build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
implementation group: 'at.favre.lib', name: 'hkdf', version: '1.0.2'
37
38
// https://mvnrepository.com/artifact/com.neovisionaries/nv-websocket-client
39
- implementation 'com.neovisionaries:nv-websocket-client:2.10'
+ compile 'com.neovisionaries:nv-websocket-client:2.10'
40
41
// Use JUnit test framework
42
testImplementation 'junit:junit:4.12'
0 commit comments