Bump to 0.18.1. Really.
This commit is contained in:
parent
4209dd9529
commit
58f8f87e61
5 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="in.celest.xash3d.hl"
|
||||
android:versionCode="528"
|
||||
android:versionCode="531"
|
||||
android:versionName="0.18.1"
|
||||
android:installLocation="auto">
|
||||
|
||||
|
|
4
build.sh
4
build.sh
|
@ -1,10 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
ndk-build NDK_TOOLCHAIN_VERSION=4.8 NDK_DEBUG=0 V=0 XASH_SDL=0 -j 8 APP_CFLAGS="-w -Wl,--no-undefined" APP_LDFLAGS="-Wl,--no-undefined"
|
||||
sh gen-version.sh release sign
|
||||
sh gen-version.sh default-release
|
||||
rm assets/extras.pak 2>/dev/null
|
||||
python2 makepak.py xash-extras assets/extras.pak
|
||||
ant release
|
||||
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore ../myks.keystore bin/xashdroid-release-unsigned.apk xashdroid
|
||||
rm bin/xashdroid-release.apk
|
||||
#/home/a1ba/.android/android-sdk-linux/build-tools/22.0.1/zipalign 4 bin/xashdroid-release-unsigned.apk bin/xashdroid-release.apk
|
||||
/home/a1ba/.android/android-sdk-linux/build-tools/24.0.1/zipalign -f 4 bin/xashdroid-release-unsigned.apk bin/xashdroid-release.apk
|
||||
|
|
0
gen-config.sh
Normal file → Executable file
0
gen-config.sh
Normal file → Executable file
|
@ -1 +1 @@
|
|||
Subproject commit e1d76c8e990dae484cfc3950a4682778b683ef38
|
||||
Subproject commit d82c27313456b208d2e347e1fbe10e3d74fe1bf8
|
|
@ -1 +1 @@
|
|||
Subproject commit 4e8e24d49de6e9fa1afeaa992a6b06272858b160
|
||||
Subproject commit c24be0e4ea1828fdfadc74df356025f6fb126c52
|
Loading…
Add table
Reference in a new issue