-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Question]: Error build android since package_info_plus 3.0.1 #1290
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
Comments
you need to upgrade your gradle version, the top of your andoid\build.gradle file should look something like this:
You should use Android Studio to upgrade to the latest version of the gradle plugin (open the project in android studio, and it will prompt you to upgrade the gradle plugin), make sure that |
Closing as the solution was provided and no further messages from the issue reporter. |
@vbuberen Which makes it incompatible with Flutter 2. I would love if the plugin would be a little bit longer compatible with an older gradle version. Version 2 was still compatible with Gradle 3 and now it requires Gradle 7. The last release of Flutter 2 is not even one year old. Please re-open this issue, thanks. |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
What is your question?
I've a build error on android since I've upgrade package_info_plus 3.0.0 -> 3.0.1
build.gradle
If i downgrade on package_info_plus 3.0.0 , it's ok ✅
Can you help me to upgrade my dependency and solve my problem ?
Thanks
Checklist before submitting a question
flutter pub upgrade
flutter clean
The text was updated successfully, but these errors were encountered: