Browse Source

Restrict the minimum Android version to 4.0 until the 2.2 code is working.

master
Reece H. Dunn 12 years ago
parent
commit
16afab6349
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/AndroidManifest.xml

+ 1
- 1
android/AndroidManifest.xml View File

@@ -9,7 +9,7 @@
android:required="false" />

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

<application

Loading…
Cancel
Save