mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-11 17:27:31 +01:00
Adds Jitpack instructions for Quartz
This commit is contained in:
27
README.md
27
README.md
@@ -14,10 +14,11 @@ Join the social network you control.
|
|||||||
[](https://play.google.com/store/apps/details?id=com.vitorpamplona.amethyst)
|
[](https://play.google.com/store/apps/details?id=com.vitorpamplona.amethyst)
|
||||||
|
|
||||||
[](https://github.com/vitorpamplona/amethyst)
|
[](https://github.com/vitorpamplona/amethyst)
|
||||||
|
[](https://jitpack.io/#vitorpamplona/amethyst)
|
||||||
[](https://github.com/vitorpamplona/amethyst/actions/workflows/build.yml)
|
[](https://github.com/vitorpamplona/amethyst/actions/workflows/build.yml)
|
||||||
[](/LICENSE)
|
[](/LICENSE)
|
||||||
|
|
||||||
## Download
|
## Install
|
||||||
|
|
||||||
[<img src="./docs/design/obtainium.png"
|
[<img src="./docs/design/obtainium.png"
|
||||||
alt="Get it on Obtaininum"
|
alt="Get it on Obtaininum"
|
||||||
@@ -216,6 +217,30 @@ openssl base64 < <my-release-key.keystore> | tr -d '\n' | tee some_signing_key.j
|
|||||||
7. Add your CHANGE LOG to the description of the new release
|
7. Add your CHANGE LOG to the description of the new release
|
||||||
8. Download the `aab` file and upload it to the PlayStore.
|
8. Download the `aab` file and upload it to the PlayStore.
|
||||||
|
|
||||||
|
## Using the Quartz library
|
||||||
|
|
||||||
|
Setup [JitPack.io](https://jitpack.io/#vitorpamplona/amethyst/v0.84.3) to your build file
|
||||||
|
|
||||||
|
Add `maven { url 'https://jitpack.io' }` to settings.gradle at the end of repositories:
|
||||||
|
|
||||||
|
```gradle
|
||||||
|
dependencyResolutionManagement {
|
||||||
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Add the dependency
|
||||||
|
|
||||||
|
```gradle
|
||||||
|
implementation('com.github.vitorpamplona.amethyst:quartz:v0.84.3') {
|
||||||
|
exclude group: 'net.java.dev.jna'
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
[Issues](https://github.com/vitorpamplona/amethyst/issues) and [pull requests](https://github.com/vitorpamplona/amethyst/pulls) here are very welcome. Translations can be provided via [Crowdin](https://crowdin.com/project/amethyst-social)
|
[Issues](https://github.com/vitorpamplona/amethyst/issues) and [pull requests](https://github.com/vitorpamplona/amethyst/pulls) here are very welcome. Translations can be provided via [Crowdin](https://crowdin.com/project/amethyst-social)
|
||||||
|
|||||||
Reference in New Issue
Block a user