mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Improved revision handling
This commit is contained in:
@@ -61,7 +61,8 @@ public class FragmentAbout extends FragmentBase {
|
||||
TextView tvGplV3 = view.findViewById(R.id.tvGplV3);
|
||||
LinearLayout llContributors = view.findViewById(R.id.llContributors);
|
||||
|
||||
tvVersion.setText(getString(R.string.title_version, BuildConfig.VERSION_NAME));
|
||||
String version = BuildConfig.VERSION_NAME + BuildConfig.REVISION;
|
||||
tvVersion.setText(getString(R.string.title_version, version));
|
||||
tvRelease.setText(BuildConfig.RELEASE_NAME);
|
||||
|
||||
long last = 0;
|
||||
|
||||
Reference in New Issue
Block a user