Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kahles committed Feb 8, 2024
1 parent 8fb10e8 commit 5983cf1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand All @@ -26,7 +22,7 @@ dependencies {
<dependency>
<groupId>de.kah2.zodiac</groupId>
<artifactId>libZodiac</artifactId>
<version>0.9.2</version>
<version>0.9.4</version>
</dependency>
```

Expand Down

0 comments on commit 5983cf1

Please sign in to comment.