Skip to content

Commit

Permalink
Prepare to 0.17-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mittorn committed Mar 8, 2016
1 parent 5b8d6c1 commit 2f5536c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="in.celest.xash3d.hl.test"
android:versionCode="1"
android:versionName="0.17test"
android:versionName="0.17-beta.2"
android:installLocation="auto">

<!-- Create a Java class extending SDLActivity and place it in a
Expand All @@ -22,7 +22,7 @@
android:allowBackup="true"

android:hardwareAccelerated="true">
<activity android:name="in.celest.xash3d.SteamActivity"
<!--<activity android:name="in.celest.xash3d.SteamActivity"
android:label="Steam"
android:windowSoftInputMode="adjustResize"
android:launchMode="singleTask">
Expand All @@ -31,7 +31,7 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</activity>-->


<activity android:name="in.celest.xash3d.LauncherActivity"
Expand Down Expand Up @@ -71,10 +71,10 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:name="in.celest.xash3d.XashActivity"
<!--<activity android:name="in.celest.xash3d.XashActivity"
android:screenOrientation="landscape"
android:label="@string/app_name">
</activity>
</activity> -->
<receiver android:name="in.celest.xash3d.InstallReceiver">
<intent-filter android:priority="100">
<category android:name="android.intent.category.DEFAULT" />
Expand All @@ -86,7 +86,7 @@
<data android:scheme="package" />
</intent-filter>
</receiver>
<service android:name="in.celest.xash3d.SteamService" />
<!--<service android:name="in.celest.xash3d.SteamService" />-->
</application>

<!-- Android 2.3 -->
Expand Down

0 comments on commit 2f5536c

Please sign in to comment.