You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: