Commit faacbca4 authored by mengcuiguang's avatar mengcuiguang

umeng更新版本

parent a0f834c3
...@@ -203,8 +203,8 @@ dependencies { ...@@ -203,8 +203,8 @@ dependencies {
// 应用管理中心分包 // 应用管理中心分包
implementation(name: 'humesdk-1.0.0', ext: 'aar') implementation(name: 'humesdk-1.0.0', ext: 'aar')
// umeng // umeng
implementation 'com.umeng.umsdk:common:9.1.0' // (必选) implementation 'com.umeng.umsdk:common:9.3.8' // (必选)
implementation 'com.umeng.umsdk:asms:1.1.3' // asms包依赖(必选) implementation 'com.umeng.umsdk:asms:1.2.2' // asms包依赖(必选)
implementation 'com.umeng.umsdk:crash:0.0.4' // native crash包依赖(必选) implementation 'com.umeng.umsdk:crash:0.0.4' // native crash包依赖(必选)
// 一览视频 // 一览视频
implementation("com.yilan.sdk:ui:3.3.2.2") { implementation("com.yilan.sdk:ui:3.3.2.2") {
......
...@@ -104,6 +104,10 @@ public class WenshuApplication extends MultiDexApplication { ...@@ -104,6 +104,10 @@ public class WenshuApplication extends MultiDexApplication {
* 三方配置 * 三方配置
*/ */
private void thirdConfig() { private void thirdConfig() {
// 友盟SDK预初始化函数
// preInit预初始化函数耗时极少,不会影响App首次冷启动用户体验
UMConfigure.preInit(this,CommonUtils.getAppMetaData(WenshuApplication.getContext(), "UMENG_KEY"), CommonUtils.getAppMetaData(WenshuApplication.getContext(), "CHANNEL_NAME"));
// 初始化toast // 初始化toast
initToast(); initToast();
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
android:id="@+id/item_bottom_info" android:id="@+id/item_bottom_info"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:layout_marginBottom="20dp" android:layout_marginBottom="20dp"
android:text="请关注公众号:淘金空间,获取更多赚钱资讯" /> android:text="请关注公众号:淘金空间,获取更多赚钱资讯" />
......
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