CB-6707 Update minSdkVersion to 10 consistently

Update minSdkVersion in the AndroidManifest for the cordova.jar and the
test project.
This commit is contained in:
Marcel Kinard
2014-05-20 07:00:21 -04:00
committed by Joe Bowser
parent 410afbf9a1
commit 1d0a1664e6
2 changed files with 2 additions and 2 deletions

View File

@@ -19,5 +19,5 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.apache.cordova" android:versionName="1.0" android:versionCode="1">
<uses-sdk android:minSdkVersion="8" />
<uses-sdk android:minSdkVersion="10" />
</manifest>