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

[Guide] to run the /example project with Flutter 3.19.1 #50

Open
dJani97 opened this issue Mar 8, 2024 · 0 comments
Open

[Guide] to run the /example project with Flutter 3.19.1 #50

dJani97 opened this issue Mar 8, 2024 · 0 comments

Comments

@dJani97
Copy link

dJani97 commented Mar 8, 2024

I got some gradle-related errors when trying to run the project with Flutter 3.19.1 on Android, here is how to fix them:

In the android/build.gradle file, change the android build tools dependency to:

classpath 'com.android.tools.build:gradle:7.4.1'

In the android/gradle/wrapper/gradle-wrapper.properties file, change the distributionUrl to:

distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip

Please include these in a future release.

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

No branches or pull requests

1 participant