Skip to content

Commit b74fdf1

Browse files
authored
Prepare release 1.9.0 (#173)
1 parent e6b034b commit b74fdf1

File tree

4 files changed

+291
-4
lines changed

4 files changed

+291
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
}
2424

2525
dependencies {
26-
implementation("app.photofox.vips-ffm:vips-ffm-core:1.8.0")
26+
implementation("app.photofox.vips-ffm:vips-ffm-core:1.9.0")
2727
}
2828
```
2929

core/src/main/java/app/photofox/vipsffm/jextract/CustomStreamSeekCallback.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ public interface Function {
3131
}
3232

3333
private static final FunctionDescriptor $DESC = FunctionDescriptor.of(
34-
VipsRaw.C_LONG,
34+
VipsRaw.C_LONG_LONG,
3535
VipsRaw.C_POINTER,
36-
VipsRaw.C_LONG,
36+
VipsRaw.C_LONG_LONG,
3737
VipsRaw.C_INT,
3838
VipsRaw.C_POINTER
3939
);

0 commit comments

Comments
 (0)