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
2 parents cf93d95 + 5983cf1 commit ff198f7
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 @@ -12,14 +12,10 @@ This is the android fork - for plain java, see the original repository
```groovy
repositories {
mavenCentral()
/* For snapshots:
maven {
url = 'https://oss.sonatype.org/content/repositories/snapshots/'
}*/
}
dependencies {
implementation 'de.kah2.zodiac:libZodiac4A:0.9.2-android'
implementation 'de.kah2.zodiac:libZodiac4A:0.9.4-android'
}
```

Expand All @@ -28,7 +24,7 @@ dependencies {
<dependency>
<groupId>de.kah2.zodiac</groupId>
<artifactId>libZodiac4A</artifactId>
<version>0.9.2-android</version>
<version>0.9.4-android</version>
</dependency>
```

Expand Down

0 comments on commit ff198f7

Please sign in to comment.