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 compileSdkVersion (breaks release build on latest version of Flutter) #55

Open
kwellman opened this issue Sep 3, 2024 · 0 comments

Comments

@kwellman
Copy link

kwellman commented Sep 3, 2024

After upgrading my project to flutter 3.24, the android release build broke due to this package. It causes the error: "AAPT: error: resource android:attr/lStar not found". The issue flutter/flutter#153281 explains the error and gives a solution.

To fix it, the compileSdkVersion in build.gradle needs to be incremented to at least version 31.

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