Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Apr 29, 2024
1 parent c300d6e commit 073419b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}

val baseVersionName = "1.0.3"
val baseVersionName = "1.0.4"
val commitHash by lazy { "git rev-parse --short HEAD".exec() }
val verCode by lazy { "git rev-list --count HEAD".exec().toInt() }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ object VersionUtils {
} else {
pkgInfo.versionCode
}
return "$verName($verCode)"
return "$verName ($verCode)"
}
}

0 comments on commit 073419b

Please sign in to comment.