Skip to content

Conversation

@matux
Copy link
Collaborator

@matux matux commented Jan 5, 2026

Description of the change

Our SDK wouldn't work with the latest versions of 3.38.5 due to a detail we used in older Flutters to attempt branching the build in case the Flutter version was 1.x.

This PR:

  • Drops support for Flutter 1.x
  • Uses the latest Flutter version 3.38.5 to build in the CI

@matux matux requested a review from Copilot January 5, 2026 16:43
@matux matux self-assigned this Jan 5, 2026
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 the SDK to use Flutter 3.38.5 and removes compatibility code for Flutter 1.x. The changes eliminate conditional source directory selection logic that is no longer needed.

Key Changes:

  • Removed Flutter 1.x compatibility logic from Android build configuration
  • Updated CI workflows to use Flutter 3.38.5
  • Bumped SDK version to 3.38.5

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
rollbar_flutter/android/build.gradle Removed conditional logic that selected different test source directories based on Flutter version
build_tools/SDK_VERSION Updated SDK version from 3.38.4 to 3.38.5
.github/workflows/ci.yml Updated Flutter version in CI matrix from 3.29.2 to 3.38.5 for both Android and iOS jobs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@matux matux closed this Jan 5, 2026
@matux matux deleted the matux/fix-flut-1-compat branch January 5, 2026 17:32
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.

2 participants