Shopify / mobile-buy-sdk-android

Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using their credit card.
MIT License
211 stars 136 forks source link

Latest release (12.0.0) not available yet w/Gradle from Android Studio #714

Closed adario closed 2 years ago

adario commented 2 years ago

Hello,

I've tried to upgrade from the 11.0.0 release to the 12.0.0 release in an Android project — I'm using the latest Gradle from the latest Android Studio. In the Gradle build, I've changed this:

implementation "com.shopify.mobilebuysdk:buy3:11.0.0"

to this:

implementation "com.shopify.mobilebuysdk:buy3:12.0.0"

However, the build fails with:

Failed to resolve: com.shopify.mobilebuysdk:buy3:12.0.0

Is there anything else needed to use the 12.0.0 release with Gradle in Android Studio? The previous release (11.0.0) always worked properly...

Thank you, D.

adario commented 2 years ago

...anyone?

Looks like the 12.0.0 release isn't available via Maven either...

Thanks, D.

adario commented 2 years ago

Apparently the 12.0.0 release is now available — closing this issue.