@capgo/capacitor-brightness
Advanced tools
@@ -17,3 +17,3 @@ package app.capgo.capacitor.brightness; | ||
| private final String pluginVersion = "8.0.16"; | ||
| private final String pluginVersion = "8.0.17"; | ||
| private float savedBrightness = -1f; | ||
@@ -20,0 +20,0 @@ |
@@ -6,3 +6,3 @@ import Capacitor | ||
| public class CapgoBrightnessPlugin: CAPPlugin, CAPBridgedPlugin { | ||
| private let pluginVersion: String = "8.0.16" | ||
| private let pluginVersion: String = "8.0.17" | ||
@@ -9,0 +9,0 @@ public let identifier = "CapgoBrightnessPlugin" |
+2
-3
| { | ||
| "name": "@capgo/capacitor-brightness", | ||
| "version": "8.0.16", | ||
| "version": "8.0.17", | ||
| "description": "Control screen brightness on iOS and Android", | ||
@@ -52,4 +52,3 @@ "main": "dist/plugin.cjs.js", | ||
| "example:install": "cd example-app && bun install --frozen-lockfile", | ||
| "example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build", | ||
| "example:capgo:deploy": "bun run example:build && bun scripts/deploy-example-capgo.mjs" | ||
| "example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build" | ||
| }, | ||
@@ -56,0 +55,0 @@ "devDependencies": { |
97702
-0.1%