A flutter plugin which provides a Dart API for the User Messaging Platform (UMP) SDK, which is the Consent Management Platform (CMP) SDK provided as part of Google's Funding Choices.
Apps that depend on user_messaging_platform won't compile after upgrading Flutter to version 3.24.2 because of the following error at compile time: AAPT: error: resource android:attr/lStar not found
compileSdk must be bumped from 29 to 31 in this plugin to fix this issue.
Apps that depend on user_messaging_platform won't compile after upgrading Flutter to version 3.24.2 because of the following error at compile time:
AAPT: error: resource android:attr/lStar not found
compileSdk
must be bumped from 29 to 31 in this plugin to fix this issue.In the meantime, here is the workaround provided by the Flutter team: https://github.com/flutter/flutter/issues/153281#issuecomment-2292201697