Skip to content

Commit

Permalink
README: use svgom-api 1.1.3 in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jan 30, 2025
1 parent 801bedb commit 51cb0ab
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 @@ -102,7 +102,7 @@ Then, in your `build.gradle` file you can list the dependencies, for example:

```groovy
dependencies {
api 'io.sf.carte:svgom-api:1.0.1'
api 'io.sf.carte:svgom-api:1.1.3'
}
```

Expand All @@ -111,7 +111,7 @@ If you use the packages provided by this project, you may need to exclude the

```groovy
dependencies {
api ('io.sf.carte:svgom-api:1.0.1') {
api ('io.sf.carte:svgom-api:1.1.3') {
exclude group: 'xml-apis', module: 'xml-apis-ext'
}
}
Expand Down

0 comments on commit 51cb0ab

Please sign in to comment.