chore(example): bump Android Gradle plugin and Kotlin toolchain#865
chore(example): bump Android Gradle plugin and Kotlin toolchain#865frederikprijck wants to merge 1 commit into
Conversation
Updates the example app's Android toolchain to AGP 8.6.0 and Kotlin 1.9.22, adds the Flutter-migrator gradle.properties flags, and the generated MainActivity engine-configuration override. Extracted from the passkeys PR (#858) as unrelated maintenance.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (3)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Extracts unrelated Android toolchain maintenance from the passkeys PR (#858).
8.3.0→8.6.0and Kotlin1.9.10→1.9.22(settings.gradle)android.builtInKotlin=false/android.newDsl=false(gradle.properties)MainActivity.configureFlutterEngineoverrideContext
These changes were bundled into #858 (passkeys) but are independent build-system maintenance. Splitting them out isolates the build-system risk for focused review.
Test plan