Updates Quartz instructions to Maven

This commit is contained in:
Vitor Pamplona
2025-09-29 13:23:57 -04:00
committed by GitHub
parent 194ba08df0
commit 26005a062d

View File

@@ -242,16 +242,16 @@ openssl base64 < <my-release-key.keystore> | tr -d '\n' | tee some_signing_key.j
Add the following line to your `commonMain` dependencies: Add the following line to your `commonMain` dependencies:
```gradle ```gradle
implementation('com.github.vitorpamplona.amethyst:quartz:<Amethyst Version>') implementation('com.vitorpamplona.quartz:quartz:<Amethyst Version>')
``` ```
Variations to each platform are also available: Variations to each platform are also available:
```gradle ```gradle
implementation('com.github.vitorpamplona.amethyst:quartz-android:<Amethyst Version>') implementation('com.vitorpamplona.quartz:quartz-android:<Amethyst Version>')
implementation('com.github.vitorpamplona.amethyst:quartz-jvm:<Amethyst Version>') implementation('com.vitorpamplona.quartz:quartz-jvm:<Amethyst Version>')
implementation('com.github.vitorpamplona.amethyst:quartz-iosarm64:<Amethyst Version>') implementation('com.vitorpamplona.quartz:quartz-iosarm64:<Amethyst Version>')
implementation('com.github.vitorpamplona.amethyst:quartz-iossimulatorarm64:<Amethyst Version>') implementation('com.vitorpamplona.quartz:quartz-iossimulatorarm64:<Amethyst Version>')
``` ```
### How to use ### How to use