Open CuiZhaoHui opened 4 years ago
我的是1.4.5 1.9.14.7没问题
`"crashreport" : "com.tencent.bugly:crashreport:latest.release", //注意: 升级SDK已经集成crash上报功能,已经集成Bugly的用户需要注释掉原来Bugly的jcenter库; // 已经配置过符号表的Bugly用户保留原有符号表配置; Bugly SDK(2.1.5及以上版本)已经将Java Crash和Native Crash捕获功能分开, // 如果想使用NDK库,需要配置: compile 'com.tencent.bugly:nativecrashreport:latest.release' "crashreport_upgrade" : "com.tencent.bugly:crashreport_upgrade:latest.release", "nativecrashreport" : "com.tencent.bugly:nativecrashreport:latest.release", // 指定tinker依赖版本(注:应用升级1.3.5版本起,不再内置tinker) "tinker" : "com.tencent.tinker:tinker-android-lib:latest.release",
classpath "com.tencent.bugly:tinker-support:1.1.5"
这个可以通过`
调用检查更新时,isSilence传的true,期望是没有任何提示,静默检查更新。但目前每次调用该方法都会toast提示 ”你已经是最新版本了”。请问有解决办法么。
我使用的版本是
刚给降级到1.4.2不提示了,这是版本bug么。