Skip to content

Upgrade Android Gradle Plugin from 8.3.0 to 8.6.1#14

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-apk-build-errors-again
Draft

Upgrade Android Gradle Plugin from 8.3.0 to 8.6.1#14
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-apk-build-errors-again

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 18, 2026

Flutter is dropping support for AGP versions below 8.6.0, causing the APK build to fail. This upgrades AGP to 8.6.1, the latest stable in the 8.6.x line.

Changes

  • budget/android/settings.gradle: Bump AGP version constraint
- id "com.android.application" version "8.3.0" apply false
+ id "com.android.application" version "8.6.1" apply false

The existing Gradle wrapper (8.7) already satisfies AGP 8.6.x's minimum Gradle requirement, so no wrapper changes are needed.


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: manupawickramasinghe <73810867+manupawickramasinghe@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix APK build errors in Flutter project Upgrade Android Gradle Plugin from 8.3.0 to 8.6.1 Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants