Instamojo / instamojo-android-sdk

Android SDK for Instamojo Payments
17 stars 20 forks source link

When I add 3.7.1 Version it gives error like this #115

Open Irfanhaidermomin opened 1 year ago

Irfanhaidermomin commented 1 year ago

Internal error: Artifact type null not expected, only jar or aar are handled.

priyanshuborole commented 1 year ago

@Irfanhaidermomin Use this dependency - implementation ('com.instamojo:android-sdk:3.7.1@aar') { transitive = true }

Irfanhaidermomin commented 1 year ago

Done

AbhishekLab commented 12 months ago

Use this dependency - implementation ('com.instamojo:android-sdk:3.7.1@aar') { transitive = true } this will work Thanks

SriramRajendranR commented 3 months ago

it worked guys, Thanks