Skip to content

Commit 40739f2

Browse files
authored
chore(android): update android engine requirement <11.0.0 (#329)
* chore(android): update android engine requirement <11.0.0 * chore(android): use re-worded engine requirement
1 parent 144c216 commit 40739f2

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ This plugin displays and hides a splash screen while your web application is lau
7272
## Supported Platforms
7373

7474
- Android
75+
__Note__: Android implementation has been moved to the core framework.
76+
If using `[email protected]` or earlier, use `[email protected]`
77+
If using `[email protected]` or later and exclusively developing for Android, this plugin can be uninstalled.
7578
- iOS
7679
__Note__: iOS implementation has been moved to the core framework.
7780
If using `cordova-ios@5` or earlier, use `cordova-plugin-splashscreen@5`

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
@@ -34,6 +34,10 @@
3434
"cordova-android": ">=3.6.0",
3535
"cordova-windows": ">=4.4.0"
3636
},
37+
"6.0.2": {
38+
"cordova-android": ">=3.6.0 <11.0.0",
39+
"cordova-windows": ">=4.4.0"
40+
},
3741
"7.0.0": {
3842
"cordova": ">100"
3943
}

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<issue>https://github.com/apache/cordova-plugin-splashscreen/issues</issue>
3030

3131
<engines>
32-
<engine name="cordova-android" version=">=3.6.0" /><!-- Requires CordovaPlugin.preferences -->
32+
<engine name="cordova-android" version=">=3.6.0 <11.0.0" /><!-- Requires CordovaPlugin.preferences -->
3333
<engine name="cordova-windows" version=">=4.4.0" />
3434
</engines>
3535

0 commit comments

Comments
 (0)