Skip to content

Commit

Permalink
Remove minSdkVersion (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored and macdonst committed Dec 30, 2017
1 parent 096ad0a commit 219450f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions README.md
Expand Up @@ -20,14 +20,6 @@ To see a list of other available PhoneGap templates:

## [config.xml][config-xml]

#### android-minSdkVersion (Android only)

Minimum SDK version supported on the target device. Maximum version is blank by default.

This template sets the minimum to `14`.

<preference name="android-minSdkVersion" value="14" />

#### &lt;access ...&gt; (All)

This template defaults to wide open access.
Expand Down
2 changes: 0 additions & 2 deletions www/config.xml
Expand Up @@ -21,8 +21,6 @@

<!-- Customize your app and platform with the preference element. -->
<preference name="DisallowOverscroll" value="true" />
<!-- android: MIN SDK version supported on the target device. MAX version is blank by default. -->
<preference name="android-minSdkVersion" value="14" />

<!-- Define a specific version of PhoneGap to build into your app. -->
<!-- <preference name="phonegap-version" value="cli-6.0.0" /> -->
Expand Down

0 comments on commit 219450f

Please sign in to comment.