Added version code to settings screen

This commit is contained in:
Sad Ellie 2022-07-29 21:53:04 +03:00
parent e2c76b4099
commit 5711d4a0fb

View File

@ -146,7 +146,7 @@ fun SettingsScreen(
item {
SettingsListItem(
label = stringResource(id = R.string.app_version_name_setting),
supportText = BuildConfig.VERSION_NAME
supportText = "${BuildConfig.VERSION_NAME} (${BuildConfig.VERSION_CODE})"
) {}
}
}