mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
remove need for file
app_name.xml's contents are in generated file, so just use that. Saves a change on each release.
This commit is contained in:
parent
c637fd1eee
commit
9b88279212
2 changed files with 1 additions and 6 deletions
|
@ -56,7 +56,7 @@ public class AboutAlert extends XWDialogFragment {
|
|||
String dateString
|
||||
= df.format( new Date( BuildConfig.BUILD_STAMP * 1000 ) );
|
||||
vers.setText( getString( R.string.about_vers_fmt,
|
||||
getString( R.string.app_version ),
|
||||
BuildConfig.VERSION_NAME,
|
||||
BuildConfig.GIT_REV, dateString ) );
|
||||
|
||||
TextView xlator = (TextView)view.findViewById( R.id.about_xlator );
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version" translatable="false">4.4.116</string>
|
||||
</resources>
|
Loading…
Add table
Reference in a new issue