You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building with implementation 'com.payumoney.sdkui:plug-n-play:1.6.0'
Getting error :
Manifest merger failed : 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.
This issue occurs when using
compileSdkVersion 31
targetSdkVersion 31
The text was updated successfully, but these errors were encountered:
When building with
implementation 'com.payumoney.sdkui:plug-n-play:1.6.0'
Getting error :
Manifest merger failed : 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.This issue occurs when using
The text was updated successfully, but these errors were encountered: