Migrate to AGP9 and SDK36#584
Open
twinstar6980 wants to merge 1 commit into
Open
Conversation
ajxbit
added a commit
to ajxbit/super_native_extensions
that referenced
this pull request
Jun 18, 2026
…#584) Cherry-picks superlistapp#584: - bump compileSdkVersion 31 -> 36 so the AAR metadata check passes against device_info_plus 12 / AndroidX deps that require API 34-36 - switch cargokit's CargoKitBuildTask to injected ExecOperations instead of the removed project.exec API, for AGP 9 compatibility Prebuilt jniLibs (16KB-aligned) are unchanged; cargokit is still skipped when they are present.
ajxbit
added a commit
to ajxbit/super_native_extensions
that referenced
this pull request
Jun 18, 2026
irondash_engine_context (vendored under irondash_vendored/) also hardcoded compileSdkVersion 31 and fails checkReleaseAarMetadata under SDK 36 / AGP 9 the same way super_native_extensions did. Companion to the superlistapp#584 cherry-pick.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Flutter 3.44 uses Android SDK 36 and AGP 9.0 by default, which causes this plugin to fail to compile. This PR attempts to fix this issue.