Commit fcc0dcdf authored by jyx's avatar jyx

更新穿山甲SDK,删除Bugly

parent 49ac7b05
...@@ -10,8 +10,8 @@ android { ...@@ -10,8 +10,8 @@ android {
applicationId "com.duben.heliapp" applicationId "com.duben.heliapp"
minSdkVersion rootProject.ext.androidMinSdkVersion minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 726 versionCode 727
versionName "7.2.6" versionName "7.2.7"
flavorDimensions "default" flavorDimensions "default"
// dex突破65535的限制 // dex突破65535的限制
...@@ -202,8 +202,8 @@ dependencies { ...@@ -202,8 +202,8 @@ dependencies {
api project(':oaid') api project(':oaid')
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.4' implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.4'
// bugly // bugly
implementation 'com.tencent.bugly:crashreport:3.3.92' // implementation 'com.tencent.bugly:crashreport:3.3.92'
implementation 'com.tencent.bugly:nativecrashreport:3.0' // implementation 'com.tencent.bugly:nativecrashreport:3.0'
// 头条分包接入 // 头条分包接入
// umeng 接入 // umeng 接入
...@@ -219,7 +219,7 @@ dependencies { ...@@ -219,7 +219,7 @@ dependencies {
// } // }
// 穿山甲聚合 接入【穿山甲、快手】 // 穿山甲聚合 接入【穿山甲、快手】
implementation "com.pangle.cn:mediation-sdk:6.4.1.5" // implementation "com.pangle.cn:mediation-sdk:6.4.1.5"
// 穿山甲Applog 上报组件(必须) // 穿山甲Applog 上报组件(必须)
implementation 'com.bytedance.applog:RangersAppLog-Lite-cn:6.16.3' implementation 'com.bytedance.applog:RangersAppLog-Lite-cn:6.16.3'
......
...@@ -23,7 +23,7 @@ import com.orhanobut.logger.AndroidLogAdapter; ...@@ -23,7 +23,7 @@ import com.orhanobut.logger.AndroidLogAdapter;
import com.orhanobut.logger.FormatStrategy; import com.orhanobut.logger.FormatStrategy;
import com.orhanobut.logger.Logger; import com.orhanobut.logger.Logger;
import com.orhanobut.logger.PrettyFormatStrategy; import com.orhanobut.logger.PrettyFormatStrategy;
import com.tencent.bugly.crashreport.CrashReport; //import com.tencent.bugly.crashreport.CrashReport;
import rx.Scheduler; import rx.Scheduler;
import rx.schedulers.Schedulers; import rx.schedulers.Schedulers;
...@@ -90,7 +90,7 @@ public class MintsApplication extends MultiDexApplication { ...@@ -90,7 +90,7 @@ public class MintsApplication extends MultiDexApplication {
BindLogger(); BindLogger();
// bugly // bugly
CrashReport.initCrashReport(this, "d035276c5b", BuildConfig.DEBUG); // CrashReport.initCrashReport(this, "d035276c5b", BuildConfig.DEBUG);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment