When I try to build my app which relies upon Firebase App Check and the debug provider under SDK version 31, as required by Google Play, I get a Manifest merger error_:
Warning:
Package name 'com.google.android.play.core.client' used in: com.google.android.play:integrity:1.0.1, com.google.android.play:core:1.9.1.
AndroidManifest.xml Error:
android:exported needs to be explicitly specified for <activity>. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.