Skip to content

Commit

Permalink
feat(android)!: bump platform requirement cordova-android>=12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Sep 28, 2023
1 parent 8304945 commit a9c9b1a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- [Browser details](#browser-details)
- [Browser Support](#browser-support)
- [iOS details](#ios-details)
- [System & Cordova Requirements](#system--cordova-requirements)
- [System \& Cordova Requirements](#system--cordova-requirements)
- [Bitcode](#bitcode)
- [CocoaPods](#cocoapods)
- [Common CocoaPod Installation issues](#common-cocoapod-installation-issues)
Expand All @@ -27,6 +27,7 @@
| 1.0.0 | 10.0.0 | 8.0.0 | 5.1.1 | 1.8.0 |
| 2.0.0 | 10.0.0 | 8.0.0 | 6.0.0 | 1.8.0 |
| 3.0.0 | 10.0.0 | 9.0.0 | 6.0.0 | 1.8.0 |
| 4.0.0 | 10.0.0 | 12.0.0 | 6.0.0 | 1.8.0 |

To install from the command line:

Expand Down
8 changes: 8 additions & 0 deletions docs/PLATFORM_SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Supported Platforms

### Version 4.x.x

- Cordova CLI (10.0.0 or newer)
- Android (`cordova-android` 12.0.0 or higher)
- Browser
- iOS (`cordova-ios` 6.0.0 or higher)
- Windows Universal (not Windows Phone 8)

### Version 3.x.x

- Cordova CLI (10.0.0 or newer)
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
},
"engines": {
"cordovaDependencies": {
"4.0.0": {
"cordova": ">=10.0.0",
"cordova-android": ">=12.0.0",
"cordova-ios": ">=6.0.0"
},
"3.0.0": {
"cordova": ">=10.0.0",
"cordova-android": ">=9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<engines>
<engine name="cordova" version=">=10.0.0"/>
<engine name="cordova-android" version=">=9.0.0"/>
<engine name="cordova-android" version=">=12.0.0"/>
<engine name="cordova-ios" version=">=6.0.0"/>
</engines>

Expand Down

0 comments on commit a9c9b1a

Please sign in to comment.