V0.1.0 Partial Commit

changed package and application names to differentiate from main PD
release
This commit is contained in:
Evan Debenham
2014-08-03 14:46:22 -04:00
parent 65dd9c2dc0
commit aed303672a
474 changed files with 3468 additions and 3458 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.watabou.pixeldungeon"
android:versionCode="59"
android:versionName="0.1.0 SH"
package="com.shatteredpixel.shatteredpixeldungeon"
android:versionCode="1"
android:versionName="0.1.0"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>
@@ -28,7 +28,7 @@
android:allowBackup="false">
<activity
android:label="@string/app_name"
android:name=".PixelDungeon"
android:name=".ShatteredPixelDungeon"
android:screenOrientation="portrait">
<intent-filter >
<action android:name="android.intent.action.MAIN" />