mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
Bump pak version and apk version
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="in.celest.xash3d.hl"
|
||||
android:versionCode="0"
|
||||
android:versionName="0.17"
|
||||
android:versionName="0.17.1"
|
||||
android:installLocation="auto">
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
|
||||
Submodule jni/src/Xash3D/xash3d updated: e52e4d9353...374b358ebc
@@ -21,11 +21,11 @@
|
||||
<!-- TODO: Remove or change this placeholder text -->
|
||||
<string name="about_main">Xash3D Android</string>
|
||||
<string name="about_copyright">SDLash3D is not affiliated with Valve or any of their partners. All copyrights reserved to their respective owners.</string>
|
||||
<string name="version_string" translatable="false">v0.17</string>
|
||||
<string name="version_string" translatable="false">v0.17.1</string>
|
||||
<string name="about_authors">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
|
||||
|
||||
@@ -65,7 +65,7 @@ import android.content.*;
|
||||
*/
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user