aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEstelle <cmasso@google.com>2017-10-21 00:52:00 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-21 00:52:00 +0000
commit1a04d236030ddb63a71f7fbc3564d175b7d8cd10 (patch)
tree9619d6c7b399edd0d6aadbc9bbfb2d1fa643aa17
parentb49d52ed819c6b8921394b98c37d02f0b6ce5d03 (diff)
parent332304d57eaa39a6df24fe4512d7edf155ad79f0 (diff)
downloadchromium-webview-1a04d236030ddb63a71f7fbc3564d175b7d8cd10.tar.gz
Updating README with the right version number and branch info. am: 45c9ca4393
am: 332304d57e Change-Id: I236eb9e427f5ac015990aa62d8c587a911930bf5
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 788ff11..19e5378 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 58.0.3029.125, using the GN build tool. To match our build settings, set:
+release tag 61.0.3163.98, using the GN build tool. To match our build settings, set:
target_os="android"
is_debug=false
@@ -24,9 +24,9 @@ in your GN argument file before building.
------
-Due to WebView API changes in the O release, the Java code in the Chromium
-3029_108 branch is not compatible with O. We'll be working on upstreaming
-the O-specific Java changes to Chromium once the final O SDK is released.
+Due to WebView API changes in the O-MR1 release, the Java code in the Chromium
+3163 branch is not compatible with O-MR1. We'll be working on upstreaming
+the O-MR1 specific Java changes to Chromium once the final O-MR1 SDK is released.
------