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 to Fix Build Error in Flutter 3.24.1 #17

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

Conversation

mortuzahossain
Copy link

Hello,

After updating to Flutter version 3.24.1, I encountered the following error when building the release APK:

AAPT: error: resource android:attr/lStar not found.
[        ]      at com.android.builder.internal.aapt.v2.Aapt2Exception$Companion.create(Aapt2Exception.kt:45)

To resolve this issue, I updated the compileSdkVersion in the project. This change ensures compatibility with the latest Flutter version and prevents build failures.

I believe many users of this plugin will benefit from this update. If everything looks good, kindly merge this pull request and release a new version on pub.dev.

Thank you in advance for your time and consideration.

@DamianStrat
Copy link

great

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