From b09068e655fd5828483cd5d73a48bb6229260643 Mon Sep 17 00:00:00 2001 From: a1batross Date: Sat, 2 Apr 2016 19:37:09 +0300 Subject: [PATCH] Bump pak version and apk version --- AndroidManifest.xml | 2 +- jni/src/Xash3D/xash3d | 2 +- res/values/strings.xml | 4 ++-- src/org/libsdl/app/SDLActivity.java | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index de5f5d5b..902189a6 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -5,7 +5,7 @@ Xash3D Android SDLash3D is not affiliated with Valve or any of their partners. All copyrights reserved to their respective owners. - v0.17 + v0.17.1 Port to Android by SDLash3D team: \n • a1batross\n • mittorn \n -• nicknekit.\n +• nicknekit.\n Special thanks to:\n • Uncle Mike for Xash3D engine\n diff --git a/src/org/libsdl/app/SDLActivity.java b/src/org/libsdl/app/SDLActivity.java index 8b991459..1f16250a 100644 --- a/src/org/libsdl/app/SDLActivity.java +++ b/src/org/libsdl/app/SDLActivity.java @@ -65,7 +65,7 @@ */ public class SDLActivity extends Activity { private static final String TAG = "SDL"; - private static final int PAK_VERSION = 4; + private static final int PAK_VERSION = 5; // Keep track of the paused state public static boolean mIsPaused, mIsSurfaceReady, mHasFocus, mUseVolume;