File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN mkdir /build
54
54
WORKDIR /build
55
55
RUN gclient config --custom-var checkout_configuration=minimal --unmanaged https://pdfium.googlesource.com/pdfium.git
56
56
RUN echo "target_os = [ 'android' ]" >> .gclient
57
- RUN gclient sync -r origin/chromium/6658 --no-history --shallow
57
+ RUN gclient sync -r origin/chromium/6662 --no-history --shallow
58
58
59
59
# pdfium reset and clean directories
60
60
RUN git -C /build/pdfium reset --hard
Original file line number Diff line number Diff line change 3
3
task = ""
4
4
5
5
# pdfium
6
- pdfium_git_branch = "chromium/6658 "
7
- # ^ ref: https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/6658
6
+ pdfium_git_branch = "chromium/6662 "
7
+ # ^ ref: https://pdfium.googlesource.com/pdfium/+/refs/heads/chromium/6662
8
8
# OBS 1: don't forget change in android docker file (docker/android/Dockerfile)
9
9
# OBS 2: don't forget change in wasm docker file (docker/wasm/Dockerfile)
10
10
You can’t perform that action at this time.
0 commit comments