MCPcopy Create free account
hub / github.com/apache/fory / _update_android_tests_dependency_version

Function _update_android_tests_dependency_version

ci/release.py:678–685  ·  view source on GitHub ↗
(lines, new_version)

Source from the content-addressed store, hash-verified

676
677
678def _update_android_tests_dependency_version(lines, new_version):
679 for index, line in enumerate(lines):
680 lines[index] = re.sub(
681 r"(org\.apache\.fory:fory-(?:core|annotation-processor):)[^'`)\s]+",
682 r"\g<1>" + new_version,
683 line,
684 )
685 return lines
686
687
688def _update_scala_version(lines, v):

Callers

nothing calls this directly

Calls 1

subMethod · 0.45

Tested by

no test coverage detected