Skip to content

Commit 51cb0ab

Browse files
committed
README: use svgom-api 1.1.3 in examples
1 parent 801bedb commit 51cb0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Then, in your `build.gradle` file you can list the dependencies, for example:
102102

103103
```groovy
104104
dependencies {
105-
api 'io.sf.carte:svgom-api:1.0.1'
105+
api 'io.sf.carte:svgom-api:1.1.3'
106106
}
107107
```
108108

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

112112
```groovy
113113
dependencies {
114-
api ('io.sf.carte:svgom-api:1.0.1') {
114+
api ('io.sf.carte:svgom-api:1.1.3') {
115115
exclude group: 'xml-apis', module: 'xml-apis-ext'
116116
}
117117
}

0 commit comments

Comments
 (0)