Skip to content

Conversation

@atavism
Copy link
Contributor

@atavism atavism commented Jul 9, 2025

No description provided.

@atavism atavism requested a review from Copilot July 9, 2025 12:48
@atavism atavism merged commit 42c97f0 into main Jul 9, 2025
1 check failed
@atavism atavism deleted the atavism/update-flutter branch July 9, 2025 12:48
Copy link
Contributor

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 removes a manual intl dependency and downgrades the Google Play Billing client version.

  • Removed the explicit intl package from dependencies to rely on transitive inclusion.
  • Downgraded com.android.billingclient:billing from version 8.0.0 to 7.0.0.

Reviewed Changes

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

File Description
pubspec.yaml Removed manual intl: ^0.20.2 dependency
android/app/build.gradle Changed billing client implementation to 7.0.0
Comments suppressed due to low confidence (2)

pubspec.yaml:84

  • Removing the explicit intl dependency could break any direct imports; please verify that all localization code compiles and add tests to ensure translations still resolve correctly.
  i18n_extension_importer: ^0.0.6

android/app/build.gradle:352

  • Downgrading the Play Billing client may introduce incompatibilities if code relies on version 8 APIs; please confirm billing flows work as expected and update any API calls if necessary.
    implementation 'com.android.billingclient:billing:7.0.0'

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