Commit 5af65c83 authored by maxiaoliang's avatar maxiaoliang

修改key

parent 59a6188e
......@@ -118,7 +118,7 @@ class Appli : Application() {
PlatformConfig.setWXFileProvider("com.tencent.sample2.fileprovider");
Config.init(AppContext.get())
//初始化bugly
CrashReport.initCrashReport(AppContext.get(), "f9fb9a9ef5", false);
// CrashReport.initCrashReport(AppContext.get(), "f9fb9a9ef5", false);
getOaid()
}
/**
......
......@@ -50,7 +50,7 @@
<!-- 友盟配置 -->
<meta-data
android:name="UMENG_APPKEY"
android:value="5d0dd39b570df3d7c5000d1a" />
android:value="619b69a6e0f9bb492b68ad0a" />
<meta-data
android:name="UMENG_CHANNEL"
android:value="${UMENG_CHANNEL_VALUE}" /> <!-- QQ配置 -->
......
......@@ -9,7 +9,7 @@ import android.Manifest;
public class Constant {
//公共参数
String UMENG_APPKEY = "5d0dd39b570df3d7c5000d1a";
String UMENG_APPKEY = "619b69a6e0f9bb492b68ad0a";
String s = "D0EV7FZL45A5DVKD";
......
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