Sign in
CNLive Android Team
/
ModulePedometer
·
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
de712928c0233f406524d7b6a7dd7d5932a73b52
Authored by
杨帅
2019-07-16 14:16:22 +0800
1 parent
c2e6b903
1 修复用户从后台进入前台时,步数显示错误问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config.gradle
config.gradle
View file @
de71292
...
...
@@ -21,7 +21,7 @@ ext {
21
21
//编译方式
22
22
debug : false,
23
23
//版本号
24
- version: "0.5.
4
",
24
+ version: "0.5.
5
",
25
25
//Lib库前缀
26
26
packeg : "com.cnlive.module",
27
27
//Lib库名称
...
...