Skip to content

Conversation

@Crucialjun
Copy link

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.

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.
Copilot AI review requested due to automatic review settings September 4, 2025 07:24
Copy link

Copilot AI left a 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.

@MilesAdamson
Copy link

MilesAdamson commented Oct 3, 2025

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

@miteshmachhoya
Copy link

miteshmachhoya commented Oct 9, 2025

Any update on this merge request?

Copy link

@basnetjiten basnetjiten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants