Commit afd4f34704697ec6d12b701e982a27c9673be112

Authored by 袁思汶
1 parent aa964658

base库升级

Showing 1 changed file with 2 additions and 2 deletions
build.gradle
... ... @@ -21,7 +21,7 @@ allprojects {
21 21 //------------------ 资源库配置 ------------------
22 22 maven {
23 23 url maven.mavenMixedUrl
24   - credentials { username = nexusId;password = nexusPw }
  24 + credentials { username = nexusId; password = nexusPw }
25 25 }
26 26 //------------------ 资源库配置 END------------------
27 27 maven {
... ... @@ -60,7 +60,7 @@ ext {
60 60 qmui = '1.1.5'
61 61  
62 62 libLargeImage = '1.0.4-androidx'
63   - libBase = '1.9.9.0'
  63 + libBase = '2.0.3.7.1'
64 64  
65 65 //阿里路由框架
66 66 arouterApiVersion = '1.5.0'
... ...