Commit e3cb3a8fc2b2a0642f212dbd03e6bfdb10449f2f

Authored by 王琳
1 parent dd9e6465

升级用户SDK

1、用户信息返回头像大图url
2、头像上传添加压缩质量
Showing 1 changed file with 1 additions and 1 deletions
app/build.gradle
... ... @@ -23,5 +23,5 @@ dependencies {
23 23 compile fileTree(include: ['*.jar'], dir: 'libs')
24 24 testCompile 'junit:junit:4.12'
25 25 compile 'com.android.support:appcompat-v7:24.2.0'
26   - compile 'com.cnlive:lib_cnuser:1.0.1'
  26 + compile 'com.cnlive:lib_cnuser:1.0.6'
27 27 }
... ...