Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Re-land] Bump legacy all_packages project AGP version to 7.0.0, Gradle version to 7.0.2 #6742

Merged
merged 13 commits into from
May 29, 2024
Next Next commit
Bump legacy project Gradle version
camsim99 committed Apr 22, 2024
commit 0f84c259187988e8b32a7262ac08b27aceeeaf1e
4 changes: 4 additions & 0 deletions .ci/legacy_project/README.md
Original file line number Diff line number Diff line change
@@ -42,3 +42,7 @@ and then deleting everything but `android/` from it:
- 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 `gradle-wrapper.properties` to upgrade the Android Gradle
Plugin Version (AGP) from version 4.1.0 to 7.0.0. If a user runs into
an error with the AGP version, the error message is clear on how to
upgrade the version to one that we support.
2 changes: 1 addition & 1 deletion .ci/legacy_project/all_packages/android/build.gradle
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:7.0.0'
}
}