Updates the Mobile Buy SDK for Android with support for the 2025-01
version of the Shopify Storefront API.
Important
The 2025.1.0
release contains significant changes. The entire project has been rebuilt with updated dependencies, and there are some breaking changes.
Unfortunately, the entire caching mechanism was based on top of OkHttp
internal API that is no longer available in 4.x versions. Due to lack of resourcing and capacity, rebuilding this functionality was not feasible in a reasonable timeline. Therefore, caching functionality has been removed from GraphClient
. We encourage consumers to consider building a caching layer on top of the client if it is a requirement for your app.
Additionally, to match the iOS Mobile Buy SDK, the library has switched to a CalVer versioning scheme. See the README for more details.