Skip to content

Commit 5587780

Browse files
committed
1.更新common 1.5.4+analytics 7.5.4及版本改动说明。2.更新facebook AppId。
1 parent 0d92d9d commit 5587780

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed
Binary file not shown.

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<!--1104087112943046-->
167167
<provider
168168
android:name="com.umeng.facebook.FacebookContentProvider"
169-
android:authorities="com.facebook.app.FacebookContentProvider1266254913438718"
169+
android:authorities="com.facebook.app.FacebookContentProvider2094171727560943"
170170
android:exported="true" />
171171

172172
<meta-data

app/src/main/assets/uapp.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1-
[{"name":"U-App V7.5.0",
2-
"date":"2018-3-29",
1+
[
2+
{
3+
"name":"U-App V7.5.4",
4+
"date":"2018-10-15",
5+
"content":"1. 修正非应用内版本升级场景下可能导致的App发版后短时间内使用时长指标异常增高的问题。\n2. 修正埋点辅助自检功能对onPageStart/onPageEnd接口的埋点错误误报问题。\n3. 修复sdk中ssl配置可能影响App ssl全局配置问题。\n4. 对在三星Galaxy S III mini 4.3.1设备上小概率出现的ArrayIndexOutOfBoundsException未捕获异常进行捕获。\n5. 优化SDK初始化耗时,增强SDK稳定性。\n"
6+
},
7+
{
8+
"name":"U-App V7.5.3",
9+
"date":"2018-05-23",
10+
"content":"1. 将集成调试库模块并入基础组件库。\n2. 优化集成调试模式中对onResume/onPause方法漏埋点的检查机制。\n3. 修复sdk中ssl host域名验证冲突问题。\n4. 修复某些使用场景下流量统计无数据问题。\n5. 修复SDK在App冷启动时可能存在的少量内存泄漏问题。\n"
11+
},
12+
{
13+
"name":"U-App V7.5.1",
14+
"date":"2018-04-24",
15+
"content":"1.支持组件化基础库的版本匹配检查。\n2.去除集成测试库中对子进程检查的LOG输出。\n"
16+
},
17+
{"name":"U-App V7.5.0",
18+
"date":"2018-03-29",
319
"content":"1.对应的基础组件库升级到v1.5.0。\n2.引入集成调试库及对应FAQ。\n"
420

521
}]

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
<string name="push_system_notification_switch">系统通知开关是否打开:</string>
1212
<string name="push_cpu_info">CPU:</string>
1313
<string name="push_os_version">Android版本:</string>
14-
<string name="facebook_app_id">1266254913438718</string>
14+
<string name="facebook_app_id">2094171727560943</string>
1515
</resources>

0 commit comments

Comments
 (0)