Skip to content

Commit

Permalink
Fixed version number in the readme here.
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Jan 26, 2021
1 parent 7da31b8 commit b07aa04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ Just run: `mvn install` to add it to your local maven respository or
just point your project to Maven Central:

## Maven central
[http://search.maven.org/#artifactdetails%7Cuk.me.berndporr%7Ciirj%7C1.1%7Cjar]
[https://search.maven.org/artifact/uk.me.berndporr/iirj/1.3/jar]

## Android Studio
```
dependencies {
compile group: 'uk.me.berndporr', name:'iirj', version: '1.1'
implementation group: 'uk.me.berndporr', name:'iirj', version: '1.3'
}
```

Expand Down

0 comments on commit b07aa04

Please sign in to comment.