Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit b09068e

Browse files
committed
Bump pak version and apk version
1 parent c8432f8 commit b09068e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
66
package="in.celest.xash3d.hl"
77
android:versionCode="0"
8-
android:versionName="0.17"
8+
android:versionName="0.17.1"
99
android:installLocation="auto">
1010

1111
<application android:label="@string/app_name"

jni/src/Xash3D/xash3d

res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<!-- TODO: Remove or change this placeholder text -->
2222
<string name="about_main">Xash3D Android</string>
2323
<string name="about_copyright">SDLash3D is not affiliated with Valve or any of their partners. All copyrights reserved to their respective owners.</string>
24-
<string name="version_string" translatable="false">v0.17</string>
24+
<string name="version_string" translatable="false">v0.17.1</string>
2525
<string name="about_authors">Port to Android by SDLash3D team: \n
2626
&#8226; a1batross\n
2727
&#8226; mittorn \n
28-
&#8226; nicknekit.\n
28+
&#8226; nicknekit.\n
2929

3030
Special thanks to:\n
3131
&#8226; Uncle Mike for Xash3D engine\n

src/org/libsdl/app/SDLActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*/
6666
public class SDLActivity extends Activity {
6767
private static final String TAG = "SDL";
68-
private static final int PAK_VERSION = 4;
68+
private static final int PAK_VERSION = 5;
6969

7070
// Keep track of the paused state
7171
public static boolean mIsPaused, mIsSurfaceReady, mHasFocus, mUseVolume;

0 commit comments

Comments
 (0)