Skip to content

Commit a9dcfa3

Browse files
committed
Update README to mention GitHub Packages release.
1 parent 033f378 commit a9dcfa3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ The Mobile Buy SDK makes it easy to create custom storefronts in your mobile app
1010

1111
## Installation
1212

13-
Mobile Buy SDK for Android is represented by runtime module that provides support to build and execute GraphQL queries.
13+
Mobile Buy SDK for Android is represented by a runtime module that provides support to build and execute GraphQL queries.
1414

1515
### Versioning
1616

1717
As of the `2025.1.0` release, the Mobile Buy SDK now uses a modified [CalVer](https://calver.org/) versioning scheme. This was done to align with the quarterly Storefront GraphQL API releases and bring clarity to what version a library release corresponds to.
1818

1919
The format is `yyyy.mm.patch`, where the first two components match the API version, and the last component corresponds to non-breaking bug fixes within an API version cycle. In practice, this means that unlike SemVer, there may be breaking GraphQL schema changes between "minor" versions. Learn more about API [release schedules](https://shopify.dev/api/usage/versioning#release-schedule) at Shopify.
2020

21+
### Repositories
22+
23+
As of the `2025.1.0` release, the library is published both to [Maven Central](https://central.sonatype.com/artifact/com.shopify.mobilebuysdk/buy3) as well as [GitHub Packages](https://github.com/Shopify/mobile-buy-sdk-android/packages/).
24+
2125
##### Gradle:
2226

2327
```gradle

0 commit comments

Comments
 (0)