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
212 stars 136 forks source link

App is crashing on Android 11 if project SDK is set to 30 #689

Open PiotrWpl opened 3 years ago

PiotrWpl commented 3 years ago

Hi all,

due to the error in old Okhttp version which is using some of APIs restricted from Android 11, our app is crashing now -> https://publicobject.com/2020/02/25/okhttp-restricted-apis/ Based on the above post, okhttp plugin version upgrade is required to at least 3.12.10 (3.12.9 <- instruduced some regression)

From what I can see, mobile-buy-sdk-android is using okhttp version 3.7.0.

It's quite urgent. Please help or advice.