Commit 0460095d32eded08fafd963c677fe451a908d925
1 parent
3fb023bf
CMS地址更新
Showing
3 changed files
with
16 additions
and
15 deletions
build.gradle
| ... | ... | @@ -26,12 +26,6 @@ allprojects { |
| 26 | 26 | } |
| 27 | 27 | //------------------ 资源库配置 END------------------ |
| 28 | 28 | maven { |
| 29 | - url 'https://dl.bintray.com/granzon/cnlive' | |
| 30 | - } | |
| 31 | - maven { | |
| 32 | - url 'https://dl.bintray.com/granzon/cnliveLibs' | |
| 33 | - } | |
| 34 | - maven { | |
| 35 | 29 | url "https://jitpack.io" |
| 36 | 30 | } |
| 37 | 31 | } |
| ... | ... | @@ -67,12 +61,18 @@ ext { |
| 67 | 61 | //qmui |
| 68 | 62 | qmui = '1.1.5' |
| 69 | 63 | |
| 70 | - libBase = '1.9.1.8-androidx-beta3' | |
| 71 | - libNetwork = '1.1.5' | |
| 72 | - libLargeImage = '1.0.1' | |
| 73 | - libEmoj = '1.9.8' | |
| 74 | - libMenu = '1.0.6' | |
| 75 | - libAnalytics = '1.1.0' | |
| 64 | + //基础库 | |
| 65 | + libBase = '2.0.0.1' | |
| 66 | + libNetwork = '1.1.7.2-androidx' | |
| 67 | + libEmoj = '2.2.4.2' | |
| 68 | + libAnalytics = '1.1.4-androidx' | |
| 69 | + libLargeImage = '1.0.4-androidx' | |
| 70 | + libNewMediaPicker = '1.0.5.3' | |
| 71 | + libWjjPay = "1.0.5-androidx" | |
| 72 | + appAgriculture = "1.2.7-androidx" | |
| 73 | + appArch = '1.3.6.6-androidx' | |
| 74 | + libServicenum = '1.3.3.6-androidx' | |
| 75 | + libSocial = '0.3.2.5' | |
| 76 | 76 | |
| 77 | 77 | //glide |
| 78 | 78 | glide = '4.11.0' | ... | ... |
config.gradle
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/netWork/result/SubscriptionRequest.java
| ... | ... | @@ -23,8 +23,9 @@ import static com.cnlive.libs.base.logic.Config.SUCCESS; |
| 23 | 23 | * Created by Lynn on 2019/3/27. |
| 24 | 24 | */ |
| 25 | 25 | public class SubscriptionRequest<Observable extends io.reactivex.Observable<Result<BaseData>>, BaseData extends APIBaseInfo> { |
| 26 | - private static final String SP_CMS_URL_DEBUT = "http://cmstest.cnlive.com:8768/"; | |
| 27 | - private static final String SP_CMS_URL = "http://cms.cnlive.com:8768/"; | |
| 26 | + | |
| 27 | + private static final String SP_CMS_URL = "http://cms.cnlive.com/api/"; | |
| 28 | + private static final String SP_CMS_URL_DEBUT = "http://cmstest.cnlive.com/cms/"; | |
| 28 | 29 | |
| 29 | 30 | //网++ 接口域名 |
| 30 | 31 | public static final String SP_BASE_URL = "https://apiwjj.cnlive.com/"; | ... | ... |