summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-01-03 23:55:08 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-01-03 23:55:08 +0100
commit2d90eee737b2762d202152c720d34eebf34d0e96 (patch)
tree7009873dd9db1ebfa6c4db4d21b5006e5c69edc6 /android
parent1a8160b95470dd713250758733d625518fee531d (diff)
downloadRustAndDust-2d90eee737b2762d202152c720d34eebf34d0e96.zip
RustAndDust-2d90eee737b2762d202152c720d34eebf34d0e96.tar.gz
increase android code releasev16
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 3c90d62..a747af8 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="15"
+ android:versionCode="16"
android:versionName="1.0.1" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="20" />