Commit 5af65c83 authored by maxiaoliang's avatar maxiaoliang

修改key

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