This commit is contained in:
CsHeng
2017-11-07 09:59:47 +08:00
parent 0cc456c4a1
commit f284cc8676
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ public class DataUtils {
strategy.setEnableANRCrashMonitor(false);
strategy.setEnableNativeCrashMonitor(false);
strategy.setAppChannel(channel);
strategy.setAppVersion(Config.PATCH_VERSION_NAME);
strategy.setAppVersion(PackageUtils.getPatchVersionName());
CrashReport.initCrashReport(context, Config.BUGLY_APPID, debug, strategy);