Improves version finder

This commit is contained in:
Vitor Pamplona
2025-08-15 14:39:53 -04:00
parent f4759c283e
commit e867571ea6

View File

@@ -251,10 +251,10 @@ dependencyResolutionManagement {
} }
``` ```
Add the dependency Add the dependency by using one of the versions [here](https://jitpack.io/#vitorpamplona/amethyst/)
```gradle ```gradle
implementation('com.github.vitorpamplona.amethyst:quartz:v0.85.1') implementation('com.github.vitorpamplona.amethyst:quartz:<tag, commit, -SNAPSHOT>')
``` ```
Manage logged in users with the `KeyPair` class Manage logged in users with the `KeyPair` class