mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Don't show nightly version format on beta
This commit is contained in:
parent
a37365401e
commit
99769e4c6e
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class AboutController : SettingsLegacyController() {
|
|||
preference {
|
||||
key = "pref_version"
|
||||
titleMRes = MR.strings.version
|
||||
summary = if (BuildConfig.DEBUG || BuildConfig.BETA) {
|
||||
summary = if (BuildConfig.DEBUG || BuildConfig.NIGHTLY) {
|
||||
"r" + BuildConfig.COMMIT_COUNT
|
||||
} else {
|
||||
BuildConfig.VERSION_NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue