-
-
Notifications
You must be signed in to change notification settings - Fork 239
Update Gradle version 8.13 #173
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
base: master
Are you sure you want to change the base?
Conversation
Update CompileSdk to 36 Add Gradle wrapper scripts and LLDB integration for iOS debugging - Added `gradlew` and `gradlew.bat` scripts for Gradle wrapper support in the Android project. - Introduced `flutter_lldb_helper.py` for handling LLDB integration, allowing for memory writing during debugging. - Created `flutter_lldbinit` to import the LLDB helper script automatically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates Gradle from version 7.6.1 to 8.13 and includes the Android Gradle Plugin update to 8.13.0, along with increasing the compileSdk to 36. Additionally, it introduces Flutter iOS debugging support through LLDB integration and adds Gradle wrapper scripts.
- Updated Gradle distribution from 7.6.1 to 8.13 and Android Gradle Plugin to 8.13.0
- Increased Android compileSdk from 31 to 36
- Added LLDB debugging support for iOS with helper scripts and initialization files
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| gradle-wrapper.properties | Updated Gradle distribution URL to version 8.13 with additional security properties |
| build.gradle | Updated Android Gradle Plugin to 8.13.0 and compileSdk to 36 |
| gradlew | Added Unix/Linux Gradle wrapper script |
| gradlew.bat | Added Windows Gradle wrapper script |
| flutter_lldb_helper.py | Added LLDB helper script for iOS debugging with memory writing capabilities |
| flutter_lldbinit | Added LLDB initialization file to import the helper script |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
It looks like people have been trying to update the compile sdk version for three years. Is this still maintained @MisterJimson ? This issue is blocking me from updating other dependencies |
|
Any update on this merge request? |
basnetjiten
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Update CompileSdk to 36
Add Gradle wrapper scripts and LLDB integration for iOS debugging
gradlewandgradlew.batscripts for Gradle wrapper support in the Android project.flutter_lldb_helper.pyfor handling LLDB integration, allowing for memory writing during debugging.flutter_lldbinitto import the LLDB helper script automatically.