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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: