aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-contacts
diff options
context:
space:
mode:
authorLars <gc@droescher.eu>2014-04-04 13:33:30 +0200
committerLars <gc@droescher.eu>2014-04-04 13:33:30 +0200
commitc0791b28e5f4cc392151d62bfb284c0159cdfcc6 (patch)
treed8b49139e5ac561b12b50baee97b7f2041d8cc6a /cgeo-contacts
parente122fbf8a43ec5575615fce457dd99073ff9553d (diff)
downloadcgeo-c0791b28e5f4cc392151d62bfb284c0159cdfcc6.zip
cgeo-c0791b28e5f4cc392151d62bfb284c0159cdfcc6.tar.gz
cgeo-c0791b28e5f4cc392151d62bfb284c0159cdfcc6.tar.bz2
Update version code for contacts plugin
The plugin was changed since initial build. To make sure we do not test and release an outdated apk I increase the version before building the initial release with CI.
Diffstat (limited to 'cgeo-contacts')
-rw-r--r--cgeo-contacts/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgeo-contacts/AndroidManifest.xml b/cgeo-contacts/AndroidManifest.xml
index 9c070b4..e914118 100644
--- a/cgeo-contacts/AndroidManifest.xml
+++ b/cgeo-contacts/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cgeo.contacts"
- android:versionCode="1"
- android:versionName="1.0" >
+ android:versionCode="2"
+ android:versionName="1.1" >
<uses-sdk
android:minSdkVersion="5"
@@ -36,4 +36,4 @@
</activity>
</application>
-</manifest> \ No newline at end of file
+</manifest>