File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
23
23
}
24
24
25
25
dependencies {
26
- implementation(" app.photofox.vips-ffm:vips-ffm-core:1.5.0 " )
26
+ implementation(" app.photofox.vips-ffm:vips-ffm-core:1.5.1 " )
27
27
}
28
28
```
29
29
When running your project you must add ` --enable-native-access=ALL-UNNAMED ` to your JVM runtime arguments. If you
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ <h2 id="usage-heading">Usage</h2>
70
70
}
71
71
72
72
dependencies {
73
- implementation("app.photofox.vips-ffm:vips-ffm-core:1.5.0 ")
73
+ implementation("app.photofox.vips-ffm:vips-ffm-core:1.5.1 ")
74
74
}
75
75
</ code > </ pre >
76
76
< p > When running your project you must add < code > --enable-native-access=ALL-UNNAMED</ code > to your JVM runtime arguments. If you
You can’t perform that action at this time.
0 commit comments