Add Gradle wrapper files for version 9.0-milestone-1#40
Open
Crucialjun wants to merge 1 commit intonatintosh:mainfrom
Open
Add Gradle wrapper files for version 9.0-milestone-1#40Crucialjun wants to merge 1 commit intonatintosh:mainfrom
Crucialjun wants to merge 1 commit intonatintosh:mainfrom
Conversation
Crucialjun
commented
Sep 4, 2025
- Added gradle-wrapper.properties to specify the distribution URL and settings.
- Included gradlew shell script for Unix-based systems to facilitate Gradle execution.
- Added gradlew.bat script for Windows to enable Gradle commands in a Windows environment.
- Added gradle-wrapper.properties to specify the distribution URL and settings. - Included gradlew shell script for Unix-based systems to facilitate Gradle execution. - Added gradlew.bat script for Windows to enable Gradle commands in a Windows environment.
There was a problem hiding this comment.
Pull Request Overview
This PR updates the project to use Gradle 9.0-milestone-1 and modernizes the build configuration by adding Gradle wrapper files and updating dependencies.
- Added Gradle wrapper files for version 9.0-milestone-1 to enable consistent build environments
- Updated flutter_lints dependency from ^3.0.1 to ^6.0.0 across multiple pubspec.yaml files
- Modernized Android build configuration with newer plugin syntax and updated dependencies
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| libphonenumber_plugin/pubspec.yaml | Updated flutter_lints dependency to ^6.0.0 |
| libphonenumber_plugin/example/pubspec.yaml | Updated flutter_lints dependency to ^6.0.0 |
| libphonenumber_plugin/android/settings.gradle | Added plugin management configuration and updated plugin versions |
| libphonenumber_plugin/android/gradlew.bat | Added Gradle wrapper batch script for Windows |
| libphonenumber_plugin/android/gradlew | Added Gradle wrapper shell script for Unix systems |
| libphonenumber_plugin/android/gradle/wrapper/gradle-wrapper.properties | Added Gradle wrapper properties file specifying version 9.0-milestone-1 |
| libphonenumber_plugin/android/build.gradle | Modernized build script with new plugin syntax and updated dependencies |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.