mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Include commit SHA in dev version info
This commit is contained in:
parent
7af075633b
commit
59b925a028
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class SettingsAboutController : SettingsController() {
|
|||
preference {
|
||||
titleRes = R.string.version
|
||||
summary = if (BuildConfig.DEBUG)
|
||||
"r" + BuildConfig.COMMIT_COUNT
|
||||
"r${BuildConfig.COMMIT_COUNT} (${BuildConfig.COMMIT_SHA})"
|
||||
else
|
||||
BuildConfig.VERSION_NAME
|
||||
|
||||
|
|
Loading…
Reference in a new issue