flipkart-incubator / madman-android

Madman (Media ads manager) is a high performance alternative to Google's standard IMA android SDK. If you have your own VAST server and want to render video ads and have full control over the UI, then this library is for you.
https://tech.flipkart.com/madman-an-open-source-ads-framework-for-android-99b5e57fdd30
Apache License 2.0
69 stars 11 forks source link

Installation Issues #28

Open shyamvala opened 2 years ago

shyamvala commented 2 years ago

Describe the bug Not able to download the gradle dependencies Seeing the error:

Failed to resolve: com.github.flipkart-incubator.madman-android:madman:v1.0.9

To Reproduce Steps to reproduce the behavior: Followed the readme to include jitpack.io and added the following dependencies:

implementation 'com.github.flipkart-incubator.madman-android:madman:v1.0.9'
implementation 'com.github.flipkart-incubator.madman-android:madman-okhttp-extension:v1.0.9'
Rehmat76 commented 1 year ago

Cause 1: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.github.flipkart-incubator.madman-android:madman:v1.0.9. Searched in the following locations: Still getting this issue when try to install this library even trying to download it from above links which you have provided