[3.4.0-map-sdk]remove bugly impl

This commit is contained in:
zhongchao
2023-09-14 15:07:42 +08:00
parent 9ac785d60a
commit e374bf37a6
13 changed files with 2 additions and 32 deletions

View File

@@ -11,11 +11,4 @@ public class CrashReportConstants {
public static final String PATH = "/crashreport/api";
public static final String NAME = "CrashReportApi";
/**
* https://bugly.qq.com/
* 在线日统计平台 App ID
*/
public static String buglyAppID = "";
}