Skip to content

Commit

Permalink
Update skia version - m116-b54492e-3 (#871)
Browse files Browse the repository at this point in the history
* Update skia version - m116-b54492e-1

* test windows

* Update skia version to m116-b54492e-3
  • Loading branch information
eymar authored Feb 10, 2024
1 parent 27e5d7e commit 1d380da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion skiko/build-with-local-skia.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
####### Variables you can edit to change build config, or set same environment variables before script execution #######
SKIA_VERSION="${SKIA_VERSION:="m116-51072f3-1"}" # Version of Skia m###-commit-sha-#. This commit sha will be cloned from repository https://github.com/JetBrains/skia
SKIA_VERSION="${SKIA_VERSION:="m116-b54492e-3"}" # Version of Skia m###-commit-sha-#. This commit sha will be cloned from repository https://github.com/JetBrains/skia
SKIA_DEBUG_MODE="${SKIA_DEBUG_MODE:="false"}" # in debug mode Skiko will be published with postix "+debug", for example "0.0.0-SNAPSHOT+debug"
SKIA_TARGET="${SKIA_TARGET:="iosSim"}" # possible values: "ios", "iosSim", "macos", "windows", "linux", "wasm", "android", "tvos", "tvosSim"
# For M1 Mac use "iosSim" to build for simulator, and ios to build for device.
Expand Down
26 changes: 13 additions & 13 deletions skiko/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
kotlin.code.style=official
deploy.version=0.0.0

dependencies.skia.windows-x64=m116-51072f3-1
dependencies.skia.linux-x64=m116-51072f3-1
dependencies.skia.macos-x64=m116-51072f3-1
dependencies.skia.windows-arm64=m116-51072f3-1
dependencies.skia.linux-arm64=m116-51072f3-1
dependencies.skia.macos-arm64=m116-51072f3-1
dependencies.skia.wasm-wasm=m116-51072f3-1
dependencies.skia.ios-x64=m116-51072f3-1
dependencies.skia.ios-arm64=m116-51072f3-1
dependencies.skia.iosSim-arm64=m116-51072f3-1
dependencies.skia.iosSim-x64=m116-51072f3-1
dependencies.skia.android-x64=m116-51072f3-1
dependencies.skia.android-arm64=m116-51072f3-1
dependencies.skia.windows-x64=m116-b54492e-3
dependencies.skia.linux-x64=m116-b54492e-3
dependencies.skia.macos-x64=m116-b54492e-3
dependencies.skia.windows-arm64=m116-b54492e-3
dependencies.skia.linux-arm64=m116-b54492e-3
dependencies.skia.macos-arm64=m116-b54492e-3
dependencies.skia.wasm-wasm=m116-b54492e-3
dependencies.skia.ios-x64=m116-b54492e-3
dependencies.skia.ios-arm64=m116-b54492e-3
dependencies.skia.iosSim-arm64=m116-b54492e-3
dependencies.skia.iosSim-x64=m116-b54492e-3
dependencies.skia.android-x64=m116-b54492e-3
dependencies.skia.android-arm64=m116-b54492e-3

org.gradle.jvmargs=-Xmx3G -XX:MaxMetaspaceSize=512m

Expand Down

0 comments on commit 1d380da

Please sign in to comment.