Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
e6d3f330
Commit
e6d3f330
authored
Jan 14, 2020
by
konghaorui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级umeng版本
parent
96c33044
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
10 deletions
+18
-10
DemoAppLifecycles.java
app/src/main/java/com/ydl/component/base/DemoAppLifecycles.java
+3
-1
build.gradle
build.gradle
+4
-1
config.gradle
config.gradle
+11
-7
build.gradle
ydl-platform/build.gradle
+0
-1
No files found.
app/src/main/java/com/ydl/component/base/DemoAppLifecycles.java
View file @
e6d3f330
...
...
@@ -121,7 +121,9 @@ public class DemoAppLifecycles implements IAppLifecycles {
PlatformConfig
.
setQQZone
(
"1107931541"
,
"8dCvxUpi525uPGTJ"
);
}
MobclickAgent
.
setScenarioType
(
application
,
MobclickAgent
.
EScenarioType
.
E_DUM_NORMAL
);
// MobclickAgent.setScenarioType(application, MobclickAgent.EScenarioType.E_DUM_NORMAL);
// 选用AUTO页面采集模式
MobclickAgent
.
setPageCollectionMode
(
MobclickAgent
.
PageMode
.
AUTO
);
MobclickAgent
.
setCatchUncaughtExceptions
(!
BuildConfig
.
DEBUG
);
//开启友盟集成测试
...
...
build.gradle
View file @
e6d3f330
...
...
@@ -33,7 +33,8 @@ buildscript {
password
"fjoi#1+#@"
}
}
//Umeng sdk maven 地址
maven
{
url
'https://dl.bintray.com/umsdk/release'
}
maven
{
url
'http://maven.aliyun.com/nexus/content/groups/public/'
}
maven
{
...
...
@@ -80,6 +81,8 @@ allprojects {
password
"fjoi#1+#@"
}
}
//Umeng sdk maven 地址
maven
{
url
'https://dl.bintray.com/umsdk/release'
}
maven
{
url
'http://maven.aliyun.com/nexus/content/groups/public/'
}
// maven { url'http://developer.huawei.com/repo/' }
maven
{
url
"https://jitpack.io"
}
...
...
config.gradle
View file @
e6d3f330
...
...
@@ -232,13 +232,17 @@ ext {
"BaseRecyclerViewAdapterHelper"
:
"com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.34"
,
"flowlayout"
:
"cn.lankton:flowlayout:3.1.0"
,
"androidanimations"
:
"com.daimajia.androidanimations:library:2.3@aar"
,
"umeng-common"
:
"com.umeng.sdk:common:1.5.1"
,
"umeng-analytics"
:
"com.umeng.sdk:analytics:7.5.1"
,
"umeng-share-core"
:
"com.umeng.sdk:share-core:6.9.1"
,
"umeng-share-qq"
:
"com.umeng.sdk:share-qq:6.9.1.1"
,
"umeng-share-wechat"
:
"com.umeng.sdk:share-wechat:6.9.1"
,
"umeng-shareboard"
:
"com.umeng.sdk:shareboard-widget:6.9.1"
,
"umeng-debug"
:
"com.umeng.sdk:debug:1.0.0"
,
//友盟统计
"umeng-common"
:
"com.umeng.umsdk:common:2.1.0"
,
"umeng-analytics"
:
"com.umeng.umsdk:analytics:8.1.4"
,
//友盟社会化分享
"umeng-share-core"
:
"com.umeng.umsdk:share-core:6.9.6"
,
"umeng-share-qq"
:
"com.umeng.umsdk:share-qq:6.9.6"
,
"umeng-share-wechat"
:
"com.umeng.umsdk:share-wx:6.9.6"
,
//分享面板
"umeng-shareboard"
:
"com.umeng.umsdk:share-board:6.9.6"
,
//删除集成调试库,其功能合并到umeng基础组件库。
//"umeng-debug" : "com.umeng.sdk:debug:1.0.0",
"tablayout"
:
"com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar"
,
"stetho"
:
"com.facebook.stetho:stetho:1.5.0"
,
"stetho-okhttp3"
:
"com.facebook.stetho:stetho-okhttp3:1.4.1"
,
...
...
ydl-platform/build.gradle
View file @
e6d3f330
...
...
@@ -150,7 +150,6 @@ dependencies {
api
rootProject
.
ext
.
dependencies
[
"umeng-share-qq"
]
api
rootProject
.
ext
.
dependencies
[
"umeng-share-wechat"
]
api
rootProject
.
ext
.
dependencies
[
"umeng-shareboard"
]
api
rootProject
.
ext
.
dependencies
[
"umeng-debug"
]
api
rootProject
.
ext
.
dependencies
[
"stetho"
]
api
rootProject
.
ext
.
dependencies
[
"stetho-okhttp3"
]
api
rootProject
.
ext
.
dependencies
[
"bugly-crashreport"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment