e933acb0 (#3010 by @FabianLars) On Android, use the timeout value for setMinUpdateIntervalMillis, setMaxUpdateDelayMillis and setIntervalMillis instead of just minUpdateInterval.
f634e524 This is an "empty" release to update the plugins' source files on crates.io and docs.rs. This should fix docs.rs build failures for projects using tauri plugins as dependencies.
[2.2.4]
a1b3fa27 (#2515 by @FabianLars) Re-exported the Geolocation, Haptics, Notification, and Os structs so that they show up on docs.rs.
[2.2.3]
406e6f48 (#2323 by @FabianLars) Fixed an issue that caused build failures when the haptics or geolocation plugin was used without their specta feature flag enabled.
[2.2.2]
c9c13a0f (#2316 by @FabianLars) Breaking change:specta integration is now behind a specta feature flag like in Tauri.
c9c13a0f (#2316 by @FabianLars) Unlock and widen specta version range to match Tauri. No API changes.
[2.2.1]
fb67ab2b (#2281 by @FabianLars) Added specta-util to fix a "dependency not found" compilation error.
[2.2.0]
3a79266b (#2173 by @FabianLars) Bumped all plugins to v2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
e2e97db5 (#1701 by @lucasfernog) Use PermissionState from the tauri crate, which now also includes a "prompt with rationale" variant for Android (returned when your app must explain to the user why it needs the permission).