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

Android native plugin doesn't support AGP 8.0 #52

Closed
dkrutskikh opened this issue Sep 21, 2023 · 5 comments · Fixed by #53
Closed

Android native plugin doesn't support AGP 8.0 #52

dkrutskikh opened this issue Sep 21, 2023 · 5 comments · Fixed by #53

Comments

@dkrutskikh
Copy link

Android Flutter plugins should add namespace under android inside the build configuration for the app.
Something like this.

Steps to reproduce

  • Create a new Flutter Application (empty)
  • Use Android Studio's "AGP Upgrade Assistant" to upgrade to Gradle 8
  • flutter pub add fpjs_pro_plugin

Also check official android documentation here.

@ilfa
Copy link
Member

ilfa commented Sep 21, 2023

Thank you for the issue!

Looks like we will fix it by tomorrow.

@ilfa ilfa closed this as completed in #53 Sep 22, 2023
@ilfa ilfa reopened this Sep 22, 2023
@ilfa
Copy link
Member

ilfa commented Sep 22, 2023

🎉 This issue has been resolved in version 2.0.2-test.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ilfa
Copy link
Member

ilfa commented Sep 22, 2023

We still need some time to test it, but you already can try 2.0.2-test.1 prerelease and give us feedback.

@ilfa
Copy link
Member

ilfa commented Sep 25, 2023

🎉 This issue has been resolved in version 2.0.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ilfa ilfa added the released label Sep 25, 2023
@ilfa
Copy link
Member

ilfa commented Sep 25, 2023

We finally published the version 2.0.2 with the fix for Gradle.

Thank you @dkrutskikh for the issue.
And thank you @vant3ch for the contribution!

@ilfa ilfa closed this as completed Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants