Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
bump gradle accordingly
  • Loading branch information
camsim99 committed May 29, 2025
commit c32b5b04da786a247a62ee085e9a7c9cee15ab29
2 changes: 1 addition & 1 deletion .ci/legacy_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ and then deleting everything but `android/` from it:
`build.gradle` to maintain compatibility with plugins that use
Flutter's most recently supported API version.
- Modifies `gradle-wrapper.properties` to upgrade the Gradle version
from 6.7 to 8.0. If a user runs into an error with the Gradle
from 6.7 to 8.4. If a user runs into an error with the Gradle
version, the warning is clear on how to upgrade the version to
one that we support.
- Modifies `settings.gradle` to upgrade the Android Gradle Plugin (AGP)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip