Sign in
CNLive Android Team
/
CNUserDemo
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d1a84706546ed3ecc73f600eb9909119c1b493c7
Authored by
王琳
2018-04-18 18:12:37 +0800
1 parent
e3cb3a8f
解决部分手机上传头像横屏问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/build.gradle
app/build.gradle
View file @
d1a8470
...
...
@@ -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.
6
'
26
+ compile 'com.cnlive:lib_cnuser:1.0.
7
'
27
27
}
...
...