Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: Increase compileSdkVersion to 31 for all plugins
This commit updates the `compileSdkVersion` for all plugins to resolve the `android:attr/lStar not found` error encountered during build. It adjusts the compile SDK version to 31 to align with AndroidX dependencies and newer Android SDK requirements. This change is made in the `subprojects` section of the `android/build.gradle` file to ensure all plugins adhere to this version without manual updates. flutter/flutter#153281 (comment)
- Loading branch information