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
Next Next commit
add missing new line and update readme
  • Loading branch information
camsim99 committed May 12, 2025
commit ae0bb915214fa0e1a400867630450946e5165fb0
23 changes: 12 additions & 11 deletions .ci/legacy_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,17 @@ and then deleting everything but `android/` from it:
- Added license boilerplate.
- Replaced `jcenter` in build.gradle with `mavenCentral`, due to the
jcenter.bintray.com shutdown.
- Update `compileSdkVersion` from 30 to 33 to maintain compatibility
with plugins that use API 34.
- Updates `gradle-wrapper.properties` from `6.7` to `6.7.1`, to add
support for the Kotlin gradle plugin. If a user runs into this
error, the error message is clear on how to upgrade.
- Modifies `build.gradle` to upgrade the Android Gradle Plugin (AGP)
from version 4.1.0 to 7.0.0. If a user runs into an error with
the AGP version, the warning is clear on how to upgrade
the version to one that we support.
- Update `compileSdkVersion` from 30 to `flutter.compileSdkVersion` in
`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.1 to 7.0.2. If a user runs into an error with the Gradle
from 6.7 to 8.0. 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.
one that we support.
- Modifies `settings.gradle` to upgrade the Android Gradle Plugin (AGP)
from version 4.1.0 (originally set in `build.gradle`; see bullet below)
to 8.1.0. If a user runs into an error with the AGP version, the warning
is clear on how to upgrade the version to one that we support.
- Refactor plugin to use declarative Gradle apply instead of the
imperative apply (this includes moving where the Android Gradle
Plugin (AGP) version is set from `build.gradle` to `settings.gradle`).
2 changes: 1 addition & 1 deletion .ci/targets/android_build_all_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ tasks:
script: .ci/scripts/build_all_packages_app_legacy.sh
# The final argument here must match the output directory passed to
# create_all_packages_app_legacy above.
args: ["apk", "debug", "legacy"]
args: ["apk", "debug", "legacy"]