diff --git a/README.md b/README.md
index b2aed7d..aed133a 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,9 @@ This plugin displays and hides a splash screen while your web application is lau
## Supported Platforms
- Android
+ __Note__: Android implementation has been moved to the core framework.
+ If using `cordova-android@10.x` or earlier, use `cordova-plugin-splashscreen@6.x`
+ If using `cordova-android@11.x` or later and exclusively developing for Android, this plugin can be uninstalled.
- iOS
__Note__: iOS implementation has been moved to the core framework.
If using `cordova-ios@5` or earlier, use `cordova-plugin-splashscreen@5`
diff --git a/package-lock.json b/package-lock.json
index d21bd5c..2db9fec 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,6 +20,10 @@
"2.0.0": {
"cordova-android": ">=3.6.0"
},
+ "6.0.2": {
+ "cordova-android": ">=3.6.0 <11.0.0",
+ "cordova-windows": ">=4.4.0"
+ },
"7.0.0": {
"cordova": ">100"
}
diff --git a/package.json b/package.json
index 25d6189..4a83705 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,10 @@
"cordova-android": ">=3.6.0",
"cordova-windows": ">=4.4.0"
},
+ "6.0.2": {
+ "cordova-android": ">=3.6.0 <11.0.0",
+ "cordova-windows": ">=4.4.0"
+ },
"7.0.0": {
"cordova": ">100"
}
diff --git a/plugin.xml b/plugin.xml
index 14c5455..b679a70 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -29,7 +29,7 @@
https://github.com/apache/cordova-plugin-splashscreen/issues
-
+