From 5983cf1f055266de3e22062344b175030840295d Mon Sep 17 00:00:00 2001 From: kahles Date: Thu, 8 Feb 2024 23:32:14 +0100 Subject: [PATCH] update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fbe9e43..8f14f5b 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,10 @@ This is the plain java version - for android develpment, see the android fork [l ```groovy repositories { mavenCentral() - /* For snapshots: - maven { - url = 'https://oss.sonatype.org/content/repositories/snapshots/' - }*/ } dependencies { - implementation 'de.kah2.zodiac:libZodiac:0.9.2' + implementation 'de.kah2.zodiac:libZodiac:0.9.4' } ``` @@ -26,7 +22,7 @@ dependencies { de.kah2.zodiac libZodiac - 0.9.2 + 0.9.4 ```