🆕 Changelog
Changed
- Updated the example app's Android build requirements to
minSdk 24andcompileSdk 36with AGP 8.13, aligning withcordova-android 14and the latest AndroidX libraries. - Migrated the example app to Capacitor 8.5's UIScene lifecycle on iOS.
Migration note: These example-app updates require matching Android SDK/Gradle tooling and are necessary for compatibility with recent Cordova and AndroidX releases.
Fixed
- Guarded use of
callAsyncJavaScripton iOS so the plugin no longer crashes when deployed to iOS 13.4 LTS targets. - Fixed iOS auto-splashscreen handling by using typed
SplashScreenAPI calls (#913, #914). - Ensured large zip downloads on Android honor WorkManager stop events and resume correctly (#910).
🔗 Full Changelog: 6.51.19...6.51.21