From ab47ecf7720cff170b9d92142a6f015d945e7984 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Fri, 14 Sep 2018 09:57:22 +0800 Subject: [PATCH] 添加V1.2.0 --- config/wa_sdk_impl_config_winga.xml | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/config/wa_sdk_impl_config_winga.xml b/config/wa_sdk_impl_config_winga.xml index e0b862f..1728add 100644 --- a/config/wa_sdk_impl_config_winga.xml +++ b/config/wa_sdk_impl_config_winga.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <config> - <version val="WA1.1.2"/> + <version val="WA1.2.0"/> <comps> <!-- 用户模块 --> <comp module="USR" plaf="WINGA" mandatory="YES" value="WASdkUser" desc="WINGA用户账户"/> @@ -10,10 +10,6 @@ <comp module="TRA" plaf="WINGA" mandatory="YES" value="WASdkTrack" desc="WINGA数据统计"/> <!-- 数据收集模块 --> <comp module="SOC" plaf="WINGA" mandatory="YES" value="WASdkSocial" desc="WINGA社交"/> - <!-- 应用墙模块 --> - <comp module="APW" plaf="WINGA" mandatory="NO" value="WASdkAppWall" desc="应用墙"/> - <!-- 热更新 --> - <comp module="HUP" plaf="WINGA" mandatory="NO" value="WASdkHotUpdate" desc="热更新"/> <!-- 公共模块 --> <comp module="CORE" plaf="WINGA" mandatory="YES" value="WASdkCore" desc="公共模块"/> -- Gitblit v1.8.0