|
@@ -71,10 +71,8 @@ android {
|
|
|
manifestPlaceholders = [UMENG_CHANNEL_VALUE : "bandaimitest",
|
|
manifestPlaceholders = [UMENG_CHANNEL_VALUE : "bandaimitest",
|
|
|
DUANDUAN_GRAPH : "bandaimitest",
|
|
DUANDUAN_GRAPH : "bandaimitest",
|
|
|
DUANDUAN_DATASHARE : "bandaimitest",
|
|
DUANDUAN_DATASHARE : "bandaimitest",
|
|
|
- UMENG_APPKEY : "58edcfeb310c93091c000be2",
|
|
|
|
|
- JPUSH_PKGNAME : applicationId,
|
|
|
|
|
- JPUSH_APPKEY : "b8b5adf7d70d0c904d46d04c",
|
|
|
|
|
- JPUSH_CHANNEL : "developer-default"]
|
|
|
|
|
|
|
+ UMENG_APPKEY : "58edcfeb310c93091c000be2"
|
|
|
|
|
+ ]
|
|
|
buildConfigField "String", "DUANDUAN_DATASHARE", '"bandaimitest"'
|
|
buildConfigField "String", "DUANDUAN_DATASHARE", '"bandaimitest"'
|
|
|
buildConfigField "String", "DUANDUAN_GRAPH", '"bandaimitest"'
|
|
buildConfigField "String", "DUANDUAN_GRAPH", '"bandaimitest"'
|
|
|
buildConfigField "boolean", "KF_DEBUG", 'true'
|
|
buildConfigField "boolean", "KF_DEBUG", 'true'
|
|
@@ -93,10 +91,8 @@ android {
|
|
|
manifestPlaceholders = [UMENG_CHANNEL_VALUE : "bandaimi",
|
|
manifestPlaceholders = [UMENG_CHANNEL_VALUE : "bandaimi",
|
|
|
DUANDUAN_GRAPH : "bandaimi",
|
|
DUANDUAN_GRAPH : "bandaimi",
|
|
|
DUANDUAN_DATASHARE : "bandaimi",
|
|
DUANDUAN_DATASHARE : "bandaimi",
|
|
|
- UMENG_APPKEY : "58edcfeb310c93091c000be2",
|
|
|
|
|
- JPUSH_PKGNAME : applicationId,
|
|
|
|
|
- JPUSH_APPKEY : "b8b5adf7d70d0c904d46d04c",
|
|
|
|
|
- JPUSH_CHANNEL : "developer-default"]
|
|
|
|
|
|
|
+ UMENG_APPKEY : "58edcfeb310c93091c000be2"
|
|
|
|
|
+ ]
|
|
|
buildConfigField "String", "DUANDUAN_DATASHARE", '"bandaimi"'
|
|
buildConfigField "String", "DUANDUAN_DATASHARE", '"bandaimi"'
|
|
|
buildConfigField "String", "DUANDUAN_GRAPH", '"bandaimi"'
|
|
buildConfigField "String", "DUANDUAN_GRAPH", '"bandaimi"'
|
|
|
buildConfigField "boolean", "KF_DEBUG", 'false'
|
|
buildConfigField "boolean", "KF_DEBUG", 'false'
|
|
@@ -185,18 +181,11 @@ dependencies {
|
|
|
compile project(':view')
|
|
compile project(':view')
|
|
|
// compile(name: 'view-release', ext: 'aar')
|
|
// compile(name: 'view-release', ext: 'aar')
|
|
|
|
|
|
|
|
- //极光推送两个
|
|
|
|
|
- compile 'cn.jiguang.sdk:jpush:3.0.8'
|
|
|
|
|
- // 此处以JPush 3.0.3 版本为例。
|
|
|
|
|
- compile 'cn.jiguang.sdk:jcore:1.1.6'
|
|
|
|
|
- // 此处以JCore 1.1.1 版本为例。
|
|
|
|
|
-
|
|
|
|
|
compile 'com.flipboard:bottomsheet-core:1.5.3'
|
|
compile 'com.flipboard:bottomsheet-core:1.5.3'
|
|
|
compile 'com.flipboard:bottomsheet-commons:1.5.3'
|
|
compile 'com.flipboard:bottomsheet-commons:1.5.3'
|
|
|
compile 'com.google.protobuf:protobuf-java:3.2.0'
|
|
compile 'com.google.protobuf:protobuf-java:3.2.0'
|
|
|
compile 'com.umeng.analytics:analytics:6.0.9'
|
|
compile 'com.umeng.analytics:analytics:6.0.9'
|
|
|
compile(name: 'FileDownloader-1.0.0', ext: 'aar')
|
|
compile(name: 'FileDownloader-1.0.0', ext: 'aar')
|
|
|
- compile 'com.yalantis:ucrop:2.2.0'
|
|
|
|
|
// compile files('libs/SocialSDK_QQ_Simplify.jar')
|
|
// compile files('libs/SocialSDK_QQ_Simplify.jar')
|
|
|
|
|
|
|
|
// compile files('libs/SocialSDK_Sina_Simplify.jar')
|
|
// compile files('libs/SocialSDK_Sina_Simplify.jar')
|
|
@@ -219,7 +208,6 @@ dependencies {
|
|
|
compile files('libs/SocialSDK_QQ_Full.jar')
|
|
compile files('libs/SocialSDK_QQ_Full.jar')
|
|
|
|
|
|
|
|
compile 'com.zhy:okhttputils:2.6.2'
|
|
compile 'com.zhy:okhttputils:2.6.2'
|
|
|
- compile 'mdl.sinlov.android:log:0.0.2'
|
|
|
|
|
// compile 'com.kf.framework:kf-utils:latest.integration@aar'
|
|
// compile 'com.kf.framework:kf-utils:latest.integration@aar'
|
|
|
compile 'com.kf.framework:kf-utils:1.4.5@aar'
|
|
compile 'com.kf.framework:kf-utils:1.4.5@aar'
|
|
|
// compile 'com.kf.framework:volleyplus:latest.integration@aar'
|
|
// compile 'com.kf.framework:volleyplus:latest.integration@aar'
|