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

android:required="false" /> android:required="false" />


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


<application <application

Loading…
Cancel
Save