Android project version bump
This commit is contained in:
parent
26e6eef233
commit
30ba1d301b
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="in.celest.xash3d.hl"
|
package="in.celest.xash3d.hl"
|
||||||
android:versionCode="0"
|
android:versionCode="0"
|
||||||
android:versionName="0.15"
|
android:versionName="0.16"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<!-- Create a Java class extending SDLActivity and place it in a
|
<!-- Create a Java class extending SDLActivity and place it in a
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<!-- TODO: Remove or change this placeholder text -->
|
<!-- TODO: Remove or change this placeholder text -->
|
||||||
<string name="about_main" translatable="false">Xash3D Android</string>
|
<string name="about_main" translatable="false">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="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.15</string>
|
<string name="version_string" translatable="false">v0.16</string>
|
||||||
<string name="about_authors">Port to Android by SDLash3D team: \n
|
<string name="about_authors">Port to Android by SDLash3D team: \n
|
||||||
• a1batross\n
|
• a1batross\n
|
||||||
• mittorn \n
|
• mittorn \n
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="in.celest.xash3d.hl.test"
|
package="in.celest.xash3d.hl.test"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="0.15pre"
|
android:versionName="0.16pre"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<!-- Create a Java class extending SDLActivity and place it in a
|
<!-- Create a Java class extending SDLActivity and place it in a
|
||||||
|
|
Loading…
Add table
Reference in a new issue