summaryrefslogtreecommitdiffstats
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-11-21 16:41:12 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-11-21 16:41:12 +0100
commit26aad3324200393e9f83e7cc0fba7e8d037631f2 (patch)
tree5df5ca9937b5340a6bbe75742d527c3fde49a786 /android/AndroidManifest.xml
parent259292f8fe5f4fe92eb5607f482da99cacc25c14 (diff)
downloadRustAndDust-26aad3324200393e9f83e7cc0fba7e8d037631f2.zip
RustAndDust-26aad3324200393e9f83e7cc0fba7e8d037631f2.tar.gz
increase android codeVersion
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 c612830..222c8b1 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="7"
+ android:versionCode="8"
android:versionName="1.0.1" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="20" />