summaryrefslogtreecommitdiffstats
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-05-18 22:52:10 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2016-05-18 22:52:10 +0200
commit0847b65315fbfce3995e6b86451b22fb1c6db014 (patch)
tree986a34e55d72fb2dfeeb723e6f8dfa94b212b664 /android/AndroidManifest.xml
parent0ec533d818f46d35edae35de56c56ab22833b073 (diff)
downloadRustAndDust-0847b65315fbfce3995e6b86451b22fb1c6db014.zip
RustAndDust-0847b65315fbfce3995e6b86451b22fb1c6db014.tar.gz
increase code versionv30
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 3bf1dcf..5e788f5 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="29"
+ android:versionCode="30"
android:versionName="1.0.1" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="20" />