The latest version of Push Kit (5.3.0.304) displays an error when compiling targetting Android 12:
Installation failed due to: 'INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl520427088.tmp/base.apk (at Binary XML file line #349): com.huawei.hms.support.api.push.PushMsgReceiver: Targeting S+ (version 10000 and above) requires that an explicit value for android:exported be defined when intent filters are present'
This error appears due to Android 12 requering all intent-filters to include the android:exported attribute. This is exposed on the Android 12 changes page: https://developer.android.com/about/versions/12/behavior-changes-12#exported
What is the approximate release date for the version of Push Kit that includes this changes?