freestar-archive / freestarcapital-freestar_flutter_plugin

Other
4 stars 2 forks source link

Android build issue with HyprMX-SDK:6.0.1 #16

Closed alien190 closed 2 years ago

alien190 commented 2 years ago

After upgrading to latest dependencies as described here https://github.com/freestarcapital/SDK_documentation_Android/wiki/Freestar-Ads-Mediation---Android#dependencies

the build fails with error:

* What went wrong: Could not determine the dependencies of task ':app:lintVitalRelease'. Could not resolve all artifacts for configuration ':app:debugCompileClasspath'. Could not resolve com.hyprmx.android:HyprMX-SDK:6.0.1. Required by: project :app Could not resolve com.hyprmx.android:HyprMX-SDK:6.0.1. Could not get resource 'https://s3.amazonaws.com/moat-sdk-builds/com/hyprmx/android/HyprMX-SDK/6.0.1/HyprMX-SDK-6.0.1.pom'. Could not GET 'https://s3.amazonaws.com/moat-sdk-builds/com/hyprmx/android/HyprMX-SDK/6.0.1/HyprMX-SDK-6.0.1.pom'. Received status code 403 from server: Forbidden

kkawai commented 2 years ago

Hello, we have fixed the plugin in 1.0.12 to include HyprMX. Thanks for letting us know.

On Tue, Dec 7, 2021, 12:08 AM alien190 @.***> wrote:

After upgrading to latest dependencies as described here

https://github.com/freestarcapital/SDK_documentation_Android/wiki/Freestar-Ads-Mediation---Android#dependencies

the build fails with error:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/freestarcapital/freestar_flutter_plugin/issues/16, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACZSJFM5KK5GPWSD5BNYBLUPW6IXANCNFSM5JQS67LA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

alien190 commented 2 years ago

@kkawai Thank you very much, now it works fine!