Update build.gradle to not use depricated compile (#2544)

This commit is contained in:
Mikael Mengistu 2018-06-26 14:44:31 -07:00 committed by GitHub
parent b0ce55e6c8
commit 93cfdeb572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ repositories {
dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.12'
compile "org.java-websocket:Java-WebSocket:1.3.8"
implementation "org.java-websocket:Java-WebSocket:1.3.8"
implementation 'com.google.code.gson:gson:2.8.5'
}