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 and Dependencies, Fix Gradle Issues #160

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hamzamirai
Copy link

This pull request updates the project to use the latest Flutter and Gradle versions, ensuring compatibility and resolving build issues on Android. The following changes have been made:

  • Updated to Flutter 3.24.3 for improved performance and latest Flutter features.
  • Upgraded the Gradle Wrapper to version 8.9 (gradle-8.9-all.zip) to support the latest tooling.
  • Upgraded the Module version to 8.7.0 for better compatibility and dependency management.

These updates should improve overall stability, resolve Kotlin/Gradle issues, and ensure compatibility with the latest Flutter tooling.

Testing:

  • Successfully built and tested the project on Android devices and emulators with no issues.
  • Ensured that all unit and widget tests pass.

@Nico04 Nico04 mentioned this pull request Oct 3, 2024
@PetrKubes97
Copy link

I've tried using this commit but encountered the following error:

> Task :social_share:compileDebugKotlin FAILED
[Incubating] Problems report is available at: file:///Users/.../build/reports/problems/problems-report.html

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':social_share:compileDebugKotlin'.
> Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (1.8) and 'compileDebugKotlin' (18).

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