Update engine. Increase versionCode, so Google Play don't complain about updating Xash3D everytime.
This commit is contained in:
parent
4fc4454a74
commit
2e42e30f1c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,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="1"
|
||||||
android:versionName="0.18"
|
android:versionName="0.18"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1b6ab50478f7c9460bd5a699fc05d3c720a6a40d
|
Subproject commit e767b91d161fc1f0afb17a5b5f83d157beedc04c
|
Loading…
Add table
Reference in a new issue