summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-12-31 02:46:15 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-12-31 02:46:15 +0100
commitf6adb3c83f94988c42b12026962a957a6e55f9c1 (patch)
treefcc9c065a0997005f7d65f70bd4af2d909c79883 /android
parent262e589f1c42dc647aba5e7cfe82b43bf446fdab (diff)
downloadRustAndDust-f6adb3c83f94988c42b12026962a957a6e55f9c1.zip
RustAndDust-f6adb3c83f94988c42b12026962a957a6e55f9c1.tar.gz
increase code versionv15
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 7fe3e0d..3c90d62 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="14"
+ android:versionCode="15"
android:versionName="1.0.1" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="20" />