@capacitor/splash-screen 5.0.0-nightly-20230501T150750.0 → 5.0.0-nightly-20230503T150729.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -181,11 +181,11 @@ To use splash screen images named something other than `splash.png`, set `androi
181
181
  </style>
182
182
  ```
183
183
 
184
- ## Variables
184
+ ### Variables
185
185
 
186
186
  This plugin will use the following project variables (defined in your app's `variables.gradle` file):
187
187
 
188
- `$coreSplashScreenVersion` version of `androidx.core:core-splashscreen:$coreSplashScreenVersion` (default: `1.0.0`)
188
+ - `coreSplashScreenVersion` version of `androidx.core:core-splashscreen` (default: `1.0.0`)
189
189
 
190
190
  ## Example Guides
191
191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/splash-screen",
3
- "version": "5.0.0-nightly-20230501T150750.0",
3
+ "version": "5.0.0-nightly-20230503T150729.0",
4
4
  "description": "The Splash Screen API provides methods for showing or hiding a Splash image.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",