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

upgrade compileSdkVersion to 31 to avoid build release failed in android #190

Merged

Conversation

sherlockvn
Copy link
Contributor

When build release version in android device using flutter run --release, the latest version of package will result in error

AAPT: error: resource android:attr/lStar not found.

Its because of the compileSdkVersion is too low, so some resource is missing, upgrade to at least 31 will solve the problem.

@cloudwebrtc cloudwebrtc merged commit a3c4673 into flutter-webrtc:master Aug 26, 2024
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