Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
fix for chromium 94.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-v committed Oct 5, 2021
1 parent 322f54d commit 5dcf507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.0.13
11.0.14
2 changes: 1 addition & 1 deletion templates/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ EOF
autoninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_apk trichrome_library_64_32_apk
log "Signing trichrome"
APKSIGNER="${CHROMIUM_BUILD_DIR}/src/third_party/android_sdk/public/build-tools/30.0.1/apksigner"
APKSIGNER="${CHROMIUM_BUILD_DIR}/src/third_party/android_sdk/public/build-tools/31.0.0/apksigner"
cd out/Default/apks
rm -rf release
mkdir release
Expand Down

0 comments on commit 5dcf507

Please sign in to comment.