v0.7.4: centralized even more build properties, including moving some things out of app manifest

This commit is contained in:
Evan Debenham
2019-07-14 21:01:40 -04:00
parent 1f30626e55
commit fb34d976e8
7 changed files with 17 additions and 31 deletions
+2 -4
View File
@@ -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 >
-6
View File
@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Shattered Pixel Dungeon</string>
</resources>