Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Nov 10, 2018
1 parent 8b7c7d0 commit 4eed2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'org.greenrobot.greendao'
apply plugin: 'io.fabric'

static def releaseTime() {
return new Date().format("yy.MMddhh", TimeZone.getTimeZone("GMT+8"))
return new Date().format("yy.MMddHH", TimeZone.getTimeZone("GMT+8"))
}

def name = "MONKOVEL"
Expand Down

0 comments on commit 4eed2c5

Please sign in to comment.