Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android:exported needs to be explicitly specified forPaymentDetailsActivity #111

Open
DeepakHeadspire opened this issue May 31, 2023 · 2 comments

Comments

@DeepakHeadspire
Copy link

version : 3.6.0
have issue related to manifest for android 12 and later version

Caused by: java.lang.RuntimeException: Manifest merger failed : android:exported needs to be explicitly specified for element <activity#com.instamojo.android.activities.PaymentDetailsActivity>. 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.

and the latest version 3.7.1 having gradle build issue with error
Internal error: Artifact type null not expected, only jar or aar are handled.

@Prafulapuri
Copy link

Please Do something it's not working

@SriramRajendranR
Copy link

yes, build issue is fixed by adding this - implementation ('com.instamojo:android-sdk:3.7.1@aar') { transitive = true }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants