Commit 3dba71bc by 霍志良

fix:更新platform版本

parent b9e954db
......@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform" : "0.0.39.47",
"ydl-platform" : "0.0.39.48",
//第二步 若干
"ydl-webview" : "0.0.38.32",
......@@ -114,7 +114,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform" : "0.0.39.47",
"ydl-platform" : "0.0.39.48",
//第二步 若干
"ydl-webview" : "0.0.38.31",
......
......@@ -42,7 +42,7 @@ public class YdlBuryPointUtil {
}
DemoHelper helper=new DemoHelper(new DemoHelper.AppIdsUpdater() {
@Override public void OnIdsAvalid(String ids) {
Log.e("AAAA","getDeviceId:"+ids);
Log.e("AAAAA","getDeviceId:"+ids);
RegisterEventBean registerEventBean = new RegisterEventBean();
registerEventBean.setAppId(context.getPackageName());
registerEventBean.setAppVersion(RxAppTool.getAppVersionName(context));
......
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