From 32f827ef0073946a2b16ee6b6873d87699192e0d Mon Sep 17 00:00:00 2001 From: limqhz Date: Mon, 6 Jul 2020 23:38:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9gradle=E5=BC=95=E5=8C=85?= =?UTF-8?q?=E5=85=B3=E9=94=AE=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }