Skip to content

Commit

Permalink
fix!: Bump engine requirements android >= 10, ios >= 6 (#271)
Browse files Browse the repository at this point in the history
* fix!: Bump engine requirements android >= 10, ios >= 6

* docs: Added minimum platform version
  • Loading branch information
breautek committed Sep 21, 2023
1 parent f954eca commit 2d40b88
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ It is also possible to install via repo url directly ( unstable )

## Supported Platforms

- Android
- iOS
- Android (10.0.0 or later)
- iOS (6.0.0 or later)

## Methods

Expand Down
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"3.0.0": {
"cordova-android": ">=6.3.0"
},
"5.0.0": {
"cordova-android": ">=10.0.0",
"cordova-ios": ">=6.0.0"
},
"6.0.0": {
"cordova": ">100"
}
Expand Down
3 changes: 2 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<issue>https://github.com/apache/cordova-plugin-geolocation/issues</issue>

<engines>
<engine name="cordova-android" version=">=6.3.0" />
<engine name="cordova-android" version=">=10.0.0" />
<engine name="cordova-ios" version=">=6.0.0" />
</engines>
<preference name="GPS_REQUIRED" default="true"/>

Expand Down

0 comments on commit 2d40b88

Please sign in to comment.