mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
build number on about page
This commit is contained in:
parent
6d9b860c8b
commit
249dffe778
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ namespace Bit.App.Pages
|
||||||
|
|
||||||
public async Task AboutAsync()
|
public async Task AboutAsync()
|
||||||
{
|
{
|
||||||
var debugText = string.Format("{0}: {1}", AppResources.Version,
|
var debugText = string.Format("{0}: {1} ({2})", AppResources.Version,
|
||||||
_platformUtilsService.GetApplicationVersion());
|
_platformUtilsService.GetApplicationVersion(), _deviceActionService.GetBuildNumber());
|
||||||
var text = string.Format("© 8bit Solutions LLC 2015-{0}\n\n{1}", DateTime.Now.Year, debugText);
|
var text = string.Format("© 8bit Solutions LLC 2015-{0}\n\n{1}", DateTime.Now.Year, debugText);
|
||||||
var copy = await _platformUtilsService.ShowDialogAsync(text, AppResources.Bitwarden, AppResources.Copy,
|
var copy = await _platformUtilsService.ShowDialogAsync(text, AppResources.Bitwarden, AppResources.Copy,
|
||||||
AppResources.Close);
|
AppResources.Close);
|
||||||
|
|
Loading…
Reference in a new issue