Bump to 0.19.3
This commit is contained in:
parent
73cbe46ecb
commit
7e76089b76
3 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
||||||
-->
|
-->
|
||||||
<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="1200"
|
android:versionCode="1276"
|
||||||
android:versionName="0.19.2"
|
android:versionName="0.19.3"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<application android:label="@string/app_name"
|
<application android:label="@string/app_name"
|
||||||
|
|
2
build
2
build
|
@ -4,7 +4,7 @@ PROJECT="xashdroid"
|
||||||
KEYSTORE="../myks.keystore"
|
KEYSTORE="../myks.keystore"
|
||||||
KEYSTORE_ALIAS="xashdroid"
|
KEYSTORE_ALIAS="xashdroid"
|
||||||
ANDROID_SDK_PATH="$HOME/.android"
|
ANDROID_SDK_PATH="$HOME/.android"
|
||||||
BUILD_TOOLS_VER="27.0.2"
|
BUILD_TOOLS_VER="28.0.3"
|
||||||
|
|
||||||
if [[ "$1" = "--help" ]]; then
|
if [[ "$1" = "--help" ]]; then
|
||||||
echo "Usage: ./build.sh <release|debug>"
|
echo "Usage: ./build.sh <release|debug>"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3b0c90adc63e80808e6469340bd03240666c7a94
|
Subproject commit 5fc42fbb47c3090009f3fb1be9e3cd65b9d86668
|
Loading…
Add table
Reference in a new issue