summaryrefslogtreecommitdiffstats
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-05-10 14:45:42 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2016-05-10 14:45:42 +0200
commita45ee1f2d3a6d90b301cd2d5b11364c359932b0c (patch)
treeba35171446a641193d8cacfbf2e9bc0ca2903468 /android/AndroidManifest.xml
parent8e11f265b9a29ff05b727923c70cb332f76166b1 (diff)
downloadRustAndDust-a45ee1f2d3a6d90b301cd2d5b11364c359932b0c.zip
RustAndDust-a45ee1f2d3a6d90b301cd2d5b11364c359932b0c.tar.gz
increase code versionv27
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 9c7dc15..43944c4 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="26"
+ android:versionCode="27"
android:versionName="1.0.1" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="20" />