From e867571ea6595b2b835677b7a338347ff2e63816 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 15 Aug 2025 14:39:53 -0400 Subject: [PATCH] Improves version finder --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ea88b624..f32278427 100644 --- a/README.md +++ b/README.md @@ -251,10 +251,10 @@ dependencyResolutionManagement { } ``` -Add the dependency +Add the dependency by using one of the versions [here](https://jitpack.io/#vitorpamplona/amethyst/) ```gradle -implementation('com.github.vitorpamplona.amethyst:quartz:v0.85.1') +implementation('com.github.vitorpamplona.amethyst:quartz:') ``` Manage logged in users with the `KeyPair` class