feat(android_alarm_manager_plus)!: Change Android compile SDK, update Android build config #3665
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The initial idea was to just do a bump to compile SDK 36, but decided to not do it and use
flutter.compileSdkVersion
. It should make us worry less about skipping Android version, like it happened with SDK 35.At the same time I didn't want us to be strict with minSDK, so left it 21 as Flutter supported before 3.35.x release.
As to rest of changes in dependencies - it is an alignment with dependencies versions used by official Flutter packages (e.g. https://github.com/flutter/packages/blob/main/packages/shared_preferences/shared_preferences/example/android/settings.gradle ). I believe that such change should help with better compatibility across the pub ecosystem.
Additionally, thanks for Android Gradle Plugin bump we are preparing plugins to be compatible with apps moving to Android 16KB memory pages: https://developer.android.com/guide/practices/page-sizes
Marking this PR as breaking, because I am sure there will be lots of users, who will struggle with checking the requirements and adjusting Android part of their projects accordingly.
Next up I will create similar PRs for the rest of plugins in the repo.
Related Issues
Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?
!
in the title as explained in Conventional Commits).