mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 13:17:34 +01:00
Updates Quartz instructions to Maven
This commit is contained in:
10
README.md
10
README.md
@@ -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:
|
||||
|
||||
```gradle
|
||||
implementation('com.github.vitorpamplona.amethyst:quartz:<Amethyst Version>')
|
||||
implementation('com.vitorpamplona.quartz:quartz:<Amethyst Version>')
|
||||
```
|
||||
|
||||
Variations to each platform are also available:
|
||||
|
||||
```gradle
|
||||
implementation('com.github.vitorpamplona.amethyst:quartz-android:<Amethyst Version>')
|
||||
implementation('com.github.vitorpamplona.amethyst:quartz-jvm:<Amethyst Version>')
|
||||
implementation('com.github.vitorpamplona.amethyst:quartz-iosarm64:<Amethyst Version>')
|
||||
implementation('com.github.vitorpamplona.amethyst:quartz-iossimulatorarm64:<Amethyst Version>')
|
||||
implementation('com.vitorpamplona.quartz:quartz-android:<Amethyst Version>')
|
||||
implementation('com.vitorpamplona.quartz:quartz-jvm:<Amethyst Version>')
|
||||
implementation('com.vitorpamplona.quartz:quartz-iosarm64:<Amethyst Version>')
|
||||
implementation('com.vitorpamplona.quartz:quartz-iossimulatorarm64:<Amethyst Version>')
|
||||
```
|
||||
|
||||
### How to use
|
||||
|
||||
Reference in New Issue
Block a user