Skip to content

Commit f9b1748

Browse files
committed
Update build.gradle
1 parent 4a27ce9 commit f9b1748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation group: 'at.favre.lib', name: 'hkdf', version: '1.0.2'
3838

3939
// https://mvnrepository.com/artifact/com.neovisionaries/nv-websocket-client
40-
implementation group: 'com.neovisionaries', name: 'nv-websocket-client', version: '2.14'
40+
compile group: 'com.neovisionaries', name: 'nv-websocket-client', version: '2.14'
4141

4242
// Use JUnit test framework
4343
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)