aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 0de8572..6a98009 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ https://www.chromium.org/developers/how-tos/build-instructions-android-webview
------
The prebuilt libwebviewchromium.so included in these APKs is built from Chromium
-release tag 83.0.4103.96, using the GN build tool. To match our build settings, set:
+release tag 81.0.4044.138, using the GN build tool. To match our build settings, set:
target_os = "android"
is_debug = false
@@ -22,8 +22,8 @@ is_component_build = false
symbol_level = 0
enable_nacl = false
blink_symbol_level = 0
-android_default_version_name = "83.0.4103.96"
-android_default_version_code = "4103096$$"
+android_default_version_name = "81.0.4044.138"
+android_default_version_code = "4044138$$"
$$ depends on device ARCH
(00=arm, 50=arm64, 10=x86, 60=x64)