diff --git a/app/build.gradle b/app/build.gradle index fb2d5a4..911c6d3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,6 +94,6 @@ dependencies { } implementation 'de.mrmaffen:libvlc-android:2.1.12@aar' implementation "org.java-websocket:Java-WebSocket:1.4.0" - compile 'com.tencent.bugly:crashreport:latest.release' + implementation 'com.tencent.bugly:crashreport:latest.release' }