🆕 Changelog
Changed
- Updated AndroidX AppCompat to 1.8.0 for improved compatibility with newer Android releases.
- Raised the minimum supported Android SDK version to 23 (Android 6.0) for Play Services compatibility. Apps targeting API 22 or lower must update their
minSdkVersion.
Fixed
- Resolved OkHttp version pinning on Android so host apps can keep their own OkHttp 4.x dependency instead of being forced to a different version.
- Fixed an Android issue where foregrounding the app could discard an unexpired background delay, causing scheduled tasks to resume too early.
- Improved iOS Brotli manifest reliability by reusing already decoded built-in files, reducing redundant decoding.
Security
- Strengthened iOS signed checksum recovery by using native RSA operations, improving both verification security and performance.
Removed
- Removed the unused Guava dependency from Android builds to reduce package size and avoid transitive dependency conflicts.
🔗 Full Changelog: 6.51.15...6.51.16