fix: bump Application Services to v139.0.1

Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
celenity
2025-06-05 15:56:38 -04:00
parent d3259c1c78
commit 46bea64725
2 changed files with 4 additions and 2 deletions

View File

@@ -174,7 +174,8 @@ fi
# Clone application-services
echo "Cloning appservices..."
clone_repo "https://github.com/mozilla/application-services" "$APPSERVICESDIR" "$APPSERVICES_TAG"
#clone_repo "https://github.com/mozilla/application-services" "$APPSERVICESDIR" "$APPSERVICES_TAG"
git clone --branch "$APPSERVICES_BRANCH" --depth=1 https://github.com/mozilla/application-services "$APPSERVICESDIR"
(cd "$APPSERVICESDIR" && git submodule update --init --depth=1)
# Download Firefox Source

View File

@@ -11,7 +11,8 @@ FIREFOX_RELEASE_PATH="releases/${FIREFOX_VERSION}"
WASI_TAG="wasi-sdk-20"
GLEAN_TAG="v64.3.1"
GMSCORE_TAG="v0.3.7.250932"
APPSERVICES_TAG="v139.0"
#APPSERVICES_TAG="v139.0"
APPSERVICES_BRANCH="release-v139"
# Tools
BUNDLETOOL_TAG="1.18.0"