summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-11-09 11:53:46 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-11-09 11:53:46 +0100
commit8426a0e8b89e02e9358a2a3c95aaee7de598191b (patch)
treec53f39223576926b8bfc3d89d73147b94790a594 /android
parent2a31090542f49c0d36e7b13892be93aca4bf6476 (diff)
downloadRustAndDust-8426a0e8b89e02e9358a2a3c95aaee7de598191b.zip
RustAndDust-8426a0e8b89e02e9358a2a3c95aaee7de598191b.tar.gz
increase android versionCode
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 885e5cf..2cc22c9 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="2"
+ android:versionCode="3"
android:versionName="1.0.1" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="20" />