removed the git hash from 'versionName' and also made the git version tag stricter, not to fail with random tags
This commit is contained in:
parent
bd73918f6a
commit
6a2e1806d1
2 changed files with 31 additions and 15 deletions
|
|
@ -102,7 +102,7 @@ public class PreferencesFragment extends PreferenceFragmentCompat {
|
|||
private void createAboutSection() {
|
||||
Preference vi = findPreference("version_info");
|
||||
if (vi != null) {
|
||||
vi.setSummary(BuildConfig.VERSION_NAME);
|
||||
vi.setSummary(BuildConfig.VERSION_FULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue