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
214 stars 137 forks source link

Automate SDK and client generation #637

Closed kumaranvram closed 4 years ago

kumaranvram commented 4 years ago

Make updating the API version on the SDK a lot easier. We want to have a single source of truth for the current storefront API version that the SDK is currently using.This single source of truth is read by both the code generator and graphql client.

Impact