Shopify / unity-buy-sdk

The Unity Buy SDK allows Unity developers to query and sell products from Shopify directly in Unity.
https://help.shopify.com/api/sdks/custom-storefront/unity-buy-sdk
MIT License
67 stars 23 forks source link

Broken - need to migrate Shopify Buy to AndroidX #606

Open kingmoge opened 3 years ago

kingmoge commented 3 years ago

I have a few plugins in my project that use AndroidX - Shopify Buy targets 27.1.1. Since everything else is getting resolved to AndroidX, checkout with webview no longer works.

How can I change Shopify Buy to use AndroidX instead of 27.1.1? It is not getting addressed by Play Services Resolver or jetifier.

Thanks for any help!

icrazygamerz commented 3 years ago

Hi @kingmoge I am having same issue , did you find any resolution ?

kingmoge commented 3 years ago

I have not. They just released 2.1 which should make it 2019.4 friendly, but that did not include a library update unfortunately.