Sign in
CNLive Android Team
/
ExternalSharing
·
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
f2b90c36d99ddc2207e4318a76ce7b8aeea93d21
Authored by
袁思汶
2020-11-04 11:01:23 +0800
1 parent
156b430d
媒体库升级
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
build.gradle
config.gradle
build.gradle
View file @
f2b90c3
...
...
@@ -70,6 +70,6 @@ ext {
70
70
//阿里路由框架
71
71
arouterApiVersion = '1.5.0'
72
72
arouterCompilerVersion = '1.2.1'
73
- libNewMediaPicker = '1.0.
1.8
'
73
+ libNewMediaPicker = '1.0.
2.3
'
74
74
75
75
}
76
76
\ No newline at end of file
...
...
config.gradle
View file @
f2b90c3
...
...
@@ -21,7 +21,7 @@ ext {
21
21
//编译方式
22
22
debug : false,
23
23
//版本号
24
- version: "1.0.1.
2
",
24
+ version: "1.0.1.
3
",
25
25
//Lib库前缀
26
26
packeg : "com.cnlive.outside_share",
27
27
//Lib库名称
...
...