2.10.0
·
52 commits
to main
since this release
2.10.0 (2025-10-31)
Features
- Updated the SDK and dependencies for Android 16 compatibility, including minor updates to better support newer OS restrictions and behavior changes. (#319) (2537f17)
⚠️ Notes
- Apps now may need to update their
compileSdkversion to36and Gradle version to at least8.9.3to ensure compatibility with updated dependencies and to successfully build against Android 16. - Apps not using the required
compileSdkor Gradle versions may experience issues. The plugin attempts to downgrade dependencies automatically. If issues persist, Android 16 support can be disabled by settingandroid.disableAndroid16Supporttotruein plugin configuration.