Cannot access latest MobileBuySDK release (12.0.0) from an Android project

Hello,

I’ve tried to access the latest release from an Android project by changing:

implementation “com.shopify.mobilebuysdk:buy3:11.0.0”

to:

implementation “com.shopify.mobilebuysdk:buy3:12.0.0”

However, Gradle (latest version) in Android Studio (also latest version) cannot find the package, while 11.0.0 works fine — is there anything else that must be done in order to access the 12.0.0 release from Android Studio?

Thanks,

D.