summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml6
-rw-r--r--project.properties2
2 files changed, 4 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9599747..f514b36 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -27,8 +27,8 @@
<!-- <uses-permission android:name="com.android.vending.BILLING" /> -->
<uses-sdk
- android:minSdkVersion="15"
- android:targetSdkVersion="15" />
+ android:minSdkVersion="14"
+ android:targetSdkVersion="17" />
<permission
android:name="se.leap.openvpn.REMOTE_API"
@@ -163,4 +163,4 @@
</service>
</application>
-</manifest> \ No newline at end of file
+</manifest>
diff --git a/project.properties b/project.properties
index 895c9ce..c4f09d2 100644
--- a/project.properties
+++ b/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-16
+target=android-17