jesswrd
jesswrd
Catches gradle error and throws a helpful error message that indicates an incompatability between Java and AGP versions and how to fix the issue. Related issue: [128524](https://github.com/flutter/flutter/issues/128524) ## Pre-launch Checklist...
While working on https://github.com/flutter/flutter/issues/99421, I discovered that FlutterViewTest.java was possibly accidentally deleted at this PR: https://github.com/flutter/engine/pull/44047 This bug tracks restoring the FlutterViewTest file and ensuring that the tests pass. Path...
Updated applying gradle plugins from usage of imperative apply to usage of declarative blocks {} apply. Intending on updating all android example apps under packages. Did one more as a...
Bumping AVD, SDK we test against to ensure Flutter works on Android 16. Also added potentially missing `android_virtual_device` dependency. This aligns with what has been and/or will be done in...
Updating flutter apps on android in flutter/flutter to AGP 9. Want to ensure the nothing breaks against the new major release AGP 9. Used this command: ``` find . -type...
Updated the example app agp and kgp versions to match the template defaults. AGP 8.11.0 --> 8.11.1 KGP 2.2.0 --> 2.2.20 Potentially Addresses https://github.com/flutter/flutter/issues/178908 ## Pre-Review Checklist - [x] I...