summaryrefslogtreecommitdiffstats
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-02-24 10:29:37 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-02-24 10:29:37 +0100
commita0d015477acb9cd5a8deb8bea91c944bf8754934 (patch)
tree55eac6d81517b95c4a1c49f931711dd3dfa12584 /android/AndroidManifest.xml
parent9408e5f148911097588376ece55c492355e1f7bd (diff)
downloadRustAndDust-a0d015477acb9cd5a8deb8bea91c944bf8754934.zip
RustAndDust-a0d015477acb9cd5a8deb8bea91c944bf8754934.tar.gz
increase code versionv23
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 9b59400..4e839b9 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="22"
+ android:versionCode="23"
android:versionName="1.0.1" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="20" />