Skip to content

Commit

Permalink
build:升级版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Petterpx committed Aug 25, 2022
1 parent 4051216 commit 480ec0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
minsdk_version = 21
targetsdk_version = 31
compilesdk_version = 31
version_name = '1.0.3'
version_name = '1.0.4'
versionCode = {
def cmd = 'git rev-list HEAD --count'
cmd.execute().text.trim().toInteger()
Expand Down

0 comments on commit 480ec0e

Please sign in to comment.