You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated versions and dependencies (#141)
* Updated versions and dependencies
- Updated Gradle to 9.0.0
- Updated Kotlin to 2.2.0
- Updated various library dependencies including AndroidX, Compose, and KMP libraries
- Updated iOS dependencies and project configuration including Firebase 12.0.0
- Modernized build configurations
* Resetting some files
* Updating api version to 1.6.0
---------
Co-authored-by: Yossi Elkrief <yossi@iqtmedia.com>
Co-authored-by: Mirzamehdi <mirzemehdi@gmail.com>
Adding web support (js and wasm targets) (#51)
* Adding wasm target
* WasmJs implementation
* Js support implementation
* Updating api and documentation
Desktop support for local notification (#46)
* Implementing Desktop support for local notification (#44)
* Initializing Desktop target
* Initial local notifier implementation
* Implementation of joptionspane for not supported tray notification
* Updating api, and ReadME