Skip to content

Commit

Permalink
Update min SDK version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst authored and infil00p committed Jul 7, 2015
1 parent 5ac0cc5 commit 6d334c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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="10" />
<uses-sdk android:minSdkVersion="14" />
</manifest>
2 changes: 1 addition & 1 deletion test/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />

<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19"/>
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19"/>

<instrumentation
android:name="android.test.InstrumentationTestRunner"
Expand Down

0 comments on commit 6d334c0

Please sign in to comment.