mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Use generated version name from BuildConfig
This commit is contained in:
parent
0d582100b3
commit
0e3bd3c74a
5 changed files with 7 additions and 16 deletions
|
|
@ -30,7 +30,7 @@ public class AboutActivity extends BaseActivity {
|
|||
ButterKnife.bind(this);
|
||||
|
||||
uploadsToText.setText(CommonsApplication.EVENTLOG_WIKI);
|
||||
versionText.setText(CommonsApplication.APPLICATION_VERSION);
|
||||
versionText.setText(BuildConfig.VERSION_NAME);
|
||||
|
||||
// We can't use formatted strings directly because it breaks with
|
||||
// our localization tools. Grab an HTML string and turn it into
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue