v0.7.4: centralized even more build properties, including moving some things out of app manifest
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
<resources>
|
||||
|
||||
<string name="app_name">ShatteredPD INDEV</string>
|
||||
|
||||
</resources>
|
||||
@@ -1,8 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.shatteredpixel.shatteredpixeldungeon"
|
||||
android:versionCode="349"
|
||||
android:versionName="0.7.3b"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-feature
|
||||
@@ -18,14 +16,14 @@
|
||||
|
||||
<application
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:label="${appName}"
|
||||
android:theme="@android:style/Theme.Black.NoTitleBar"
|
||||
android:resizeableActivity="true"
|
||||
android:allowBackup="true"
|
||||
android:fullBackupOnly="true"
|
||||
android:backupAgent="com.shatteredpixel.shatteredpixeldungeon.BackupHandler">
|
||||
<activity
|
||||
android:label="@string/app_name"
|
||||
android:label="${appName}"
|
||||
android:name="com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon"
|
||||
android:screenOrientation="nosensor">
|
||||
<intent-filter >
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="app_name">Shattered Pixel Dungeon</string>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user