Pushwoosh / pushwoosh-appcelerator-titanium

Other
33 stars 16 forks source link

android:exported error #92

Closed safadig closed 9 months ago

safadig commented 9 months ago

Android Build failing with 6.1.0 and 6.1.1 Execution failed for task ':app:processDebugMainManifest'. [ERROR] [GRADLE] > Manifest merger failed : android:exported needs to be explicitly specified for <receiver>. Apps targeting Android 12 and higher are required to specify an explicit value forandroid:exportedwhen the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.

safadig commented 9 months ago

Android Build failing with 6.1.0 and 6.1.1 Execution failed for task ':app:processDebugMainManifest'. [ERROR] [GRADLE] > Manifest merger failed : android:exported needs to be explicitly specified for <receiver>. Apps targeting Android 12 and higher are required to specify an explicit value forandroid:exportedwhen the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.

Resolved after updating GeoZone module as well!