|
@@ -97,12 +97,15 @@ android {
|
|
|
buildConfigField "boolean", "KF_DEBUG", 'false'
|
|
buildConfigField "boolean", "KF_DEBUG", 'false'
|
|
|
buildConfigField "String", "API_DOMAIN", '"app.bandai.yunduanzs.cn"'
|
|
buildConfigField "String", "API_DOMAIN", '"app.bandai.yunduanzs.cn"'
|
|
|
buildConfigField "String", "APP_URL", '"http://ss.kfzs.com/"'
|
|
buildConfigField "String", "APP_URL", '"http://ss.kfzs.com/"'
|
|
|
|
|
+// buildConfigField "String", "APP_URL", '"http://10.8.220.5:8080/"'//张伟
|
|
|
|
|
+// buildConfigField "String", "APP_URL", '"http://test.sheep.kfzs.com/"'//测试服地址
|
|
|
buildConfigField "String", "JFSC_DOMAIN", '"http://jf.bandaimi.com/"'//积分商城
|
|
buildConfigField "String", "JFSC_DOMAIN", '"http://jf.bandaimi.com/"'//积分商城
|
|
|
// buildConfigField "String", "API_DOMAIN", '"app.bdmoem.kfzs.com"'
|
|
// buildConfigField "String", "API_DOMAIN", '"app.bdmoem.kfzs.com"'
|
|
|
// buildConfigField "String", "JFSC_DOMAIN", '"http://jf.bdmoem.kfzs.com/"'//积分商城
|
|
// buildConfigField "String", "JFSC_DOMAIN", '"http://jf.bdmoem.kfzs.com/"'//积分商城
|
|
|
buildConfigField "String", "CAPTCHA_DOMAIN", '"captcha.kuaifazs.com"'
|
|
buildConfigField "String", "CAPTCHA_DOMAIN", '"captcha.kuaifazs.com"'
|
|
|
buildConfigField "String", "umeng_appkey", '"58dc9509aed17959a3001bff"'
|
|
buildConfigField "String", "umeng_appkey", '"58dc9509aed17959a3001bff"'
|
|
|
signingConfig signingConfigs.config
|
|
signingConfig signingConfigs.config
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -119,9 +122,9 @@ dependencies {
|
|
|
compile 'com.android.support.constraint:constraint-layout:1.0.2'
|
|
compile 'com.android.support.constraint:constraint-layout:1.0.2'
|
|
|
testCompile 'junit:junit:4.12'
|
|
testCompile 'junit:junit:4.12'
|
|
|
|
|
|
|
|
- // compile 'com.shark:screencapture:1.0.0'
|
|
|
|
|
compile 'com.google.code.gson:gson:2.8.2'
|
|
compile 'com.google.code.gson:gson:2.8.2'
|
|
|
compile('com.jcodecraeer:xrecyclerview:1.5.2') {
|
|
compile('com.jcodecraeer:xrecyclerview:1.5.2') {
|
|
|
|
|
+ // compile 'com.shark:screencapture:1.0.0'
|
|
|
exclude group: 'com.android.support', module: 'design'
|
|
exclude group: 'com.android.support', module: 'design'
|
|
|
}
|
|
}
|
|
|
compile 'com.squareup.okhttp3:okhttp:3.10.0'
|
|
compile 'com.squareup.okhttp3:okhttp:3.10.0'
|