@capacitor/status-bar 7.0.0-nightly-20241206T150533.0 → 7.0.0-nightly-20241210T150534.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.
@@ -50,8 +50,8 @@ android {
50
50
  abortOnError false
51
51
  }
52
52
  compileOptions {
53
- sourceCompatibility JavaVersion.VERSION_17
54
- targetCompatibility JavaVersion.VERSION_17
53
+ sourceCompatibility JavaVersion.VERSION_21
54
+ targetCompatibility JavaVersion.VERSION_21
55
55
  }
56
56
  publishing {
57
57
  singleVariant("release")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/status-bar",
3
- "version": "7.0.0-nightly-20241206T150533.0",
3
+ "version": "7.0.0-nightly-20241210T150534.0",
4
4
  "description": "The StatusBar API Provides methods for configuring the style of the Status Bar, along with showing or hiding it.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "53acfab76faa4e397f37aa20d83339b3134a62fb"
84
+ "gitHead": "f2be036c3f1752ce6acc55759d197c156276ea13"
85
85
  }