Commit b2751e83 by 刘鹏

1.更新platform版本到39.73,2.更新user-module-ydl版本到60.87,3.渠道统计appkey配置成正式使用的key

parent 8abc19c9
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<action android:name="android.intent.action.VIEW"/> <action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/> <category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="oxndgo"/> <data android:scheme="jz0d0s"/>
</intent-filter> </intent-filter>
</activity> </activity>
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
android:value="ModuleConfig" /> android:value="ModuleConfig" />
<meta-data <meta-data
android:name="com.openinstall.APP_KEY" android:name="com.openinstall.APP_KEY"
android:value="oxndgo"/> android:value="jz0d0s"/>
<activity <activity
android:name="com.tencent.tauth.AuthActivity" android:name="com.tencent.tauth.AuthActivity"
android:launchMode="singleTask" android:launchMode="singleTask"
......
ext { ext {
kotlin_version = "1.3.21" kotlin_version = "1.3.21"
dev_mode = true dev_mode = false
ydlPublishVersion = [ ydlPublishVersion = [
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
...@@ -8,7 +8,7 @@ ext { ...@@ -8,7 +8,7 @@ ext {
"m-confide" : "0.0.48.91", "m-confide" : "0.0.48.91",
"m-consultant" : "0.0.59.64", "m-consultant" : "0.0.59.64",
"m-fm" : "0.0.30.00", "m-fm" : "0.0.30.00",
"m-user" : "0.0.60.86", "m-user" : "0.0.60.87",
"m-home" : "0.0.22.51", "m-home" : "0.0.22.51",
"m-im" : "0.0.18.33", "m-im" : "0.0.18.33",
"m-dynamic" : "0.0.7.13", "m-dynamic" : "0.0.7.13",
...@@ -33,7 +33,7 @@ ext { ...@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 -------------- //-------------- 功能组件 --------------
//第一步 //第一步
"ydl-platform" : "0.0.39.72", "ydl-platform" : "0.0.39.73",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.38.34", "ydl-webview" : "0.0.38.34",
......
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