Skip to content

2.10.0

Choose a tag to compare

@cio-semantic-release cio-semantic-release released this 31 Oct 09:00
· 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 compileSdk version to 36 and Gradle version to at least 8.9.3 to ensure compatibility with updated dependencies and to successfully build against Android 16.
  • Apps not using the required compileSdk or Gradle versions may experience issues. The plugin attempts to downgrade dependencies automatically. If issues persist, Android 16 support can be disabled by setting android.disableAndroid16Support to true in plugin configuration.