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:
Eric House 2017-05-07 16:05:36 -07:00
parent c637fd1eee
commit 9b88279212
2 changed files with 1 additions and 6 deletions

View file

@ -56,7 +56,7 @@ public class AboutAlert extends XWDialogFragment {
String dateString String dateString
= df.format( new Date( BuildConfig.BUILD_STAMP * 1000 ) ); = df.format( new Date( BuildConfig.BUILD_STAMP * 1000 ) );
vers.setText( getString( R.string.about_vers_fmt, vers.setText( getString( R.string.about_vers_fmt,
getString( R.string.app_version ), BuildConfig.VERSION_NAME,
BuildConfig.GIT_REV, dateString ) ); BuildConfig.GIT_REV, dateString ) );
TextView xlator = (TextView)view.findViewById( R.id.about_xlator ); TextView xlator = (TextView)view.findViewById( R.id.about_xlator );

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_version" translatable="false">4.4.116</string>
</resources>