summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2014-08-17 21:55:34 +0200
committerYves Fischer <yvesf-git@xapek.org>2014-08-17 21:55:34 +0200
commit5a776075bbb8476fc67accffcaa78cc902b80adb (patch)
treec3fc558cbd537d379dbbfb32413bc7eb0f7eacc7
parentec8f1933929b43c575f6b8389d16142c70547291 (diff)
downloadandiodine-5a776075bbb8476fc67accffcaa78cc902b80adb.tar.gz
andiodine-5a776075bbb8476fc67accffcaa78cc902b80adb.zip
Increase version in AndroidManifest.xmlv1.1
-rw-r--r--AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 12fb34f..a9bd8c4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.xapek.andiodine"
- android:versionCode="1"
- android:versionName="1.0">
+ android:versionCode="2"
+ android:versionName="1.1">
<uses-sdk
android:minSdkVersion="14"
@@ -41,4 +41,4 @@
</intent-filter>
</service>
</application>
-</manifest> \ No newline at end of file
+</manifest>