mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -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 {
|
preference {
|
||||||
titleRes = R.string.version
|
titleRes = R.string.version
|
||||||
summary = if (BuildConfig.DEBUG)
|
summary = if (BuildConfig.DEBUG)
|
||||||
"r" + BuildConfig.COMMIT_COUNT
|
"r${BuildConfig.COMMIT_COUNT} (${BuildConfig.COMMIT_SHA})"
|
||||||
else
|
else
|
||||||
BuildConfig.VERSION_NAME
|
BuildConfig.VERSION_NAME
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue