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 {
2323}
2424
2525dependencies {
26- implementation(" app.photofox.vips-ffm:vips-ffm-core:1.5.0 " )
26+ implementation(" app.photofox.vips-ffm:vips-ffm-core:1.5.1 " )
2727}
2828```
2929When 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>
7070}
7171
7272dependencies {
73- implementation("app.photofox.vips-ffm:vips-ffm-core:1.5.0 ")
73+ implementation("app.photofox.vips-ffm:vips-ffm-core:1.5.1 ")
7474}
7575</ code > </ pre >
7676< 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