Browse Source

Target API 17

master
Reece H. Dunn 12 years ago
parent
commit
e8a718ebf5
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      android/AndroidManifest.xml
  2. 1
    1
      android/project.properties

+ 1
- 1
android/AndroidManifest.xml View File

@@ -10,7 +10,7 @@

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="14" />
android:targetSdkVersion="17" />

<application
android:icon="@drawable/icon"

+ 1
- 1
android/project.properties View File

@@ -8,4 +8,4 @@
# project structure.

# Project target.
target=android-14
target=android-17

Loading…
Cancel
Save