0

I'm using this library:-

 implementation('com.smartyads:ad-container:0.4.7', {
    exclude group: 'com.google.android.gms'
    transitive = true
})

I have used this SDK and it's giving me error like:-

Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.github.mobfox:MobFox-Android-SDK-Core:3.2.7d.

Show Details

Affected Modules: app

not a single solution I found which can help me to fix this error. Project is not building giving me this error.

Harsh Manvar
  • 27,020
  • 6
  • 48
  • 102
Twisha Kotecha
  • 1,082
  • 1
  • 4
  • 18

1 Answers1

0

This is just because of SDK as they haven't fixed the issue with a new version.

Harsh Manvar
  • 27,020
  • 6
  • 48
  • 102
Twisha Kotecha
  • 1,082
  • 1
  • 4
  • 18