Skip to content
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

Update Flutter Gradle plugin configuration #171

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 12, 2024

  1. fix: update Flutter Gradle plugin configuration

    Updated the Gradle plugin configuration in the following files to comply with
    recent changes in Flutter's Gradle plugin:
    
    - `android/app/build.gradle`
    - `android/build.gradle`
    - `android/settings.gradle`
    
    Changes include:
    - Replaced `apply plugin:` with `plugins { id: }` as per Flutter's updated
      guidelines.
    - Adjusted the configuration to ensure compatibility with the latest Flutter
      Gradle plugin requirements.
    
    Refer to the Flutter breaking change documentation for more details:
    https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply
    
    These updates are necessary to maintain build compatibility with the latest
    version of Flutter.
    gioisco committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    53d6fc2 View commit details
    Browse the repository at this point in the history