Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: build: Force all subprojects to use compileSdkVersion 34
Force all subprojects to use compileSdkVersion 34 to resolve resource linking error during APK release build Added a `subprojects` block in `android/build.gradle` to ensure all subprojects are compiled with `compileSdkVersion 34`. This temporary workaround addresses the `android:attr/lStar` resource linking issue when building the release APK. The block is placed before the existing `subprojects` configuration to avoid evaluation errors. flutter/flutter#153281 (comment)
- Loading branch information