aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-contacts
diff options
context:
space:
mode:
authorLars <gc@droescher.eu>2014-09-20 13:05:37 +0200
committerLars <gc@droescher.eu>2014-09-20 13:05:37 +0200
commit82ce15a28d758a6d89a9d701ebd188fdca8be68b (patch)
tree0c4de7fa89056817e322c3a6da8515f4a8e94bd2 /cgeo-contacts
parent99068aa83d5081ce36befd9bb8ad1d830792c261 (diff)
downloadcgeo-82ce15a28d758a6d89a9d701ebd188fdca8be68b.zip
cgeo-82ce15a28d758a6d89a9d701ebd188fdca8be68b.tar.gz
cgeo-82ce15a28d758a6d89a9d701ebd188fdca8be68b.tar.bz2
Raise minsdk for contacts plugin
Alignment with cgeo-legacy minsdk as this plugin is also supported there but we no longer supported smaller sdk versions
Diffstat (limited to 'cgeo-contacts')
-rw-r--r--cgeo-contacts/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgeo-contacts/AndroidManifest.xml b/cgeo-contacts/AndroidManifest.xml
index 9f363dc..f441973 100644
--- a/cgeo-contacts/AndroidManifest.xml
+++ b/cgeo-contacts/AndroidManifest.xml
@@ -5,7 +5,7 @@
android:versionName="1.3" >
<uses-sdk
- android:minSdkVersion="5"
+ android:minSdkVersion="7"
android:targetSdkVersion="13" />
<uses-permission android:name="android.permission.READ_CONTACTS" />