test: roll android chromium to 1103927 (#20828)

This commit is contained in:
Max Schmitt 2023-02-10 21:28:36 +01:00 committed by GitHub
parent 6920a82f50
commit 0484f02145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,8 @@ ${ANDROID_HOME}/platform-tools/adb devices
echo "Emulator started"
echo "Installing Chromium WebView"
CHROMIUM_ANDROID_REVISION="1030456"
# See here for the latest revision: https://storage.googleapis.com/chromium-browser-snapshots/Android/LAST_CHANGE
CHROMIUM_ANDROID_REVISION="1103927"
WEBVIEW_TMP_DIR="$(mktemp -d)"
WEBVIEW_TMP_FILE="$WEBVIEW_TMP_DIR/chrome-android-zip"
curl -s -o "${WEBVIEW_TMP_FILE}" "https://storage.googleapis.com/chromium-browser-snapshots/Android/${CHROMIUM_ANDROID_REVISION}/chrome-android.zip"