summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-05-04 02:05:57 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2016-05-04 02:05:57 +0200
commit09c0730b0f4c938195b6d51ce12a0ef4329b4d1b (patch)
tree6337c8d51240840d61bda513030f3656e253356d /android
parenteb474d91126ba5fbf5f2824fd0b32cd2c0f2535d (diff)
downloadRustAndDust-09c0730b0f4c938195b6d51ce12a0ef4329b4d1b.zip
RustAndDust-09c0730b0f4c938195b6d51ce12a0ef4329b4d1b.tar.gz
ok, I fucked up, path optimisation is not ready yetv26
Diffstat (limited to 'android')
-rw-r--r--android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 19db4d2..9c7dc15 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ch.asynk.rustanddust.android"
- android:versionCode="25"
+ android:versionCode="26"
android:versionName="1.0.1" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="20" />