mixpanel-flutter
mixpanel-flutter copied to clipboard
Error from building apk
Environment:
mixpanel_flutterversion: 2.3.1- Flutter version: 3.24.0
Actual Behavior:
The build fails with an error indicating that android:attr/lStar is missing.
Additional Information:
- The
android:attr/lStarattribute was introduced in Android 12 (API level 31). Ensure that yourcompileSdkVersionandtargetSdkVersionare set to 31 or higher in yourbuild.gradlefile. - I have already tried updating dependencies and performing a clean build.
Thank you for your assistance!
Please any uodate?
Fixed in v2.3.2, thanks for bringing it up!