We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dca22c commit b82bfadCopy full SHA for b82bfad
script/common.py
@@ -2,7 +2,7 @@
2
import argparse, build_utils, functools, os
3
4
basedir = os.path.abspath(os.path.dirname(__file__) + '/..')
5
-default_skija_version = '0.143.3'
+default_skija_version = '0.143.4'
6
7
@functools.lru_cache(maxsize=1)
8
def deps_compile():
0 commit comments