Skip to content

Commit 2d40b88

Browse files
authored
fix!: Bump engine requirements android >= 10, ios >= 6 (#271)
* fix!: Bump engine requirements android >= 10, ios >= 6 * docs: Added minimum platform version
1 parent f954eca commit 2d40b88

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ It is also possible to install via repo url directly ( unstable )
8585

8686
## Supported Platforms
8787

88-
- Android
89-
- iOS
88+
- Android (10.0.0 or later)
89+
- iOS (6.0.0 or later)
9090

9191
## Methods
9292

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
"3.0.0": {
3232
"cordova-android": ">=6.3.0"
3333
},
34+
"5.0.0": {
35+
"cordova-android": ">=10.0.0",
36+
"cordova-ios": ">=6.0.0"
37+
},
3438
"6.0.0": {
3539
"cordova": ">100"
3640
}

plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
3232
<issue>https://github.com/apache/cordova-plugin-geolocation/issues</issue>
3333

3434
<engines>
35-
<engine name="cordova-android" version=">=6.3.0" />
35+
<engine name="cordova-android" version=">=10.0.0" />
36+
<engine name="cordova-ios" version=">=6.0.0" />
3637
</engines>
3738
<preference name="GPS_REQUIRED" default="true"/>
3839

0 commit comments

Comments
 (0)