pusher / push-notifications-android

Android SDK for Pusher Beams
https://www.pusher.com/beams
MIT License
21 stars 21 forks source link

Manifest merger android:exported. Apps targeting Android 12 #126

Closed ApisitKaewsasan closed 2 years ago

ApisitKaewsasan commented 2 years ago

Manifest merger failed : android:exported needs to be explicitly specified for . 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.

benw-pusher commented 2 years ago

It looks like we need to push a new release, I believe this issue was resolved in #124 which is merged but not released. I'll follow up on this.

philipjan commented 2 years ago

im also experiencing this.

hashir1296 commented 2 years ago

Experiencing this on my end too. I don't want to risk my userbase by using a workaround ( overriding the components in my AndroidManifest.xml)

Please fix.

benjamin-tang-pusher commented 2 years ago

We're prepping for a new release: #129 and we're going to test it soon.

benjamin-tang-pusher commented 2 years ago

We have a 1.8.0-alpha you can specify in your build.gradle. Please give it a try and let us know how it goes.

benjamin-tang-pusher commented 2 years ago

1.8.0 is out now. Please see the changelog for the two issues it fixes.