Unverified Commit e81310fc authored by nikola-kocic-jetbrains's avatar nikola-kocic-jetbrains Committed by GitHub

Update Skia to m132-a00c390e98-1 (#1058)

parent 30df516c
#!/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-47d3027-1"}" # Version of Skia m###-commit-sha-#. This commit sha will be cloned from repository https://github.com/JetBrains/skia
SKIA_VERSION="${SKIA_VERSION:="m132-a00c390e98-1"}" # 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.
......
......@@ -2,7 +2,7 @@ kotlin.code.style=official
deploy.version=0.0.0
dependencies.skia=m132-9b3c42e2f9-3
dependencies.skia=m132-a00c390e98-1
# you can override general skia dependencies by passing platform-specific property:
# dependencies.skia.android-arm64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment