mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Added version code to settings screen
This commit is contained in:
parent
e2c76b4099
commit
5711d4a0fb
@ -146,7 +146,7 @@ fun SettingsScreen(
|
|||||||
item {
|
item {
|
||||||
SettingsListItem(
|
SettingsListItem(
|
||||||
label = stringResource(id = R.string.app_version_name_setting),
|
label = stringResource(id = R.string.app_version_name_setting),
|
||||||
supportText = BuildConfig.VERSION_NAME
|
supportText = "${BuildConfig.VERSION_NAME} (${BuildConfig.VERSION_CODE})"
|
||||||
) {}
|
) {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user