Skip to content

Commit

Permalink
android/crowdin/hudson-device-deps: Upgrade repo to v2.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed Jan 15, 2025
1 parent 31f6752 commit a7ab822
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ -z "$BUILD_UUID" ]; then
fi

if [ -z "$REPO_VERSION" ]; then
export REPO_VERSION=v2.28
export REPO_VERSION=v2.50.1
fi

if [ -z "$TYPE" ]; then
Expand Down
2 changes: 1 addition & 1 deletion crowdin/crowdin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi
export CPU_SSE42=false

if [ -z "$REPO_VERSION" ]; then
export REPO_VERSION=v2.28
export REPO_VERSION=v2.50.1
fi

cd $(dirname $0)
Expand Down
2 changes: 1 addition & 1 deletion hudson-device-deps/hudson-device-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eo pipefail
echo "--- Setup"
if [ -z "$REPO_VERSION" ]; then
export REPO_VERSION=v2.28
export REPO_VERSION=v2.50.1
fi

echo "--- Syncing"
Expand Down

0 comments on commit a7ab822

Please # to comment.