|
|
|
@ -25,17 +25,17 @@ ext {
|
|
|
|
|
url = [
|
|
|
|
|
|
|
|
|
|
//正式环境
|
|
|
|
|
/*debug_url : "https://app.zhongjian365.com/app/",
|
|
|
|
|
debug_url : "https://app.zhongjian365.com/app/",
|
|
|
|
|
release_url: "https://app.zhongjian365.com/app/",
|
|
|
|
|
|
|
|
|
|
h5_debug_url : "https://built.zhongjian365.com/",
|
|
|
|
|
h5_release_url : "https://built.zhongjian365.com/"*/
|
|
|
|
|
h5_release_url : "https://built.zhongjian365.com/"
|
|
|
|
|
//测试环境
|
|
|
|
|
debug_url : "http://java01.zhongjian365.com/app/",
|
|
|
|
|
/* debug_url : "http://java01.zhongjian365.com/app/",
|
|
|
|
|
release_url: "http://java01.zhongjian365.com/app/",
|
|
|
|
|
|
|
|
|
|
h5_debug_url : "http://testbuilt.zhongjian365.com/",
|
|
|
|
|
h5_release_url : "http://testbuilt.zhongjian365.com/"
|
|
|
|
|
h5_release_url : "http://testbuilt.zhongjian365.com/"*/
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -170,7 +170,7 @@ ext {
|
|
|
|
|
rxjave : 'io.reactivex.rxjava2:rxjava:2.2.8',
|
|
|
|
|
rxandroid : 'io.reactivex.rxjava2:rxandroid:2.1.1',
|
|
|
|
|
permission : 'com.yanzhenjie:permission:2.0.3',
|
|
|
|
|
autoSize :'me.jessyan:autosize:1.2.1',
|
|
|
|
|
// autoSize :'me.jessyan:autosize:1.2.1',
|
|
|
|
|
|
|
|
|
|
//seekbar
|
|
|
|
|
seekbar : 'com.github.Jay-Goo:RangeSeekBar:v3.0.0'
|
|
|
|
|