From 6fd4c78a2b9f7355f5dee834f4a42a1db59c4578 Mon Sep 17 00:00:00 2001 From: Estelle Date: Tue, 19 Sep 2017 22:39:38 -0400 Subject: WebView AOSP Integration Request - 61.0.3163.98 This build IS suitable for public release. ./arm/webview.apk packageName=com.android.webview versionCode=316409800 versionName=61.0.3163.98 platformBuildVersionName=8.1.0 sdkVersion=21 targetSdkVersion=27 ./x86/webview.apk packageName=com.android.webview versionCode=316409810 versionName=61.0.3163.98 platformBuildVersionName=8.1.0 sdkVersion=21 targetSdkVersion=27 ./arm64/webview.apk packageName=com.android.webview versionCode=316409850 versionName=61.0.3163.98 platformBuildVersionName=8.1.0 sdkVersion=21 targetSdkVersion=27 ./x86_64/webview.apk packageName=com.android.webview versionCode=316409860 versionName=61.0.3163.98 platformBuildVersionName=8.1.0 sdkVersion=21 targetSdkVersion=27 Bug: 64093823 Bug: 65117411 Bug: 65461603 Bug: 65124966 Test: Standard Chrome release validation Change-Id: Ifaa59b950fb263f3620ef6914e83014bd8deadb2 --- prebuilt/arm/webview.apk | Bin 33870932 -> 33874192 bytes prebuilt/arm64/webview.apk | Bin 59581660 -> 59586551 bytes prebuilt/x86/webview.apk | Bin 38974844 -> 38980384 bytes prebuilt/x86_64/webview.apk | Bin 66702651 -> 66708183 bytes 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/prebuilt/arm/webview.apk b/prebuilt/arm/webview.apk index b8fe34f..5ca3d81 100644 Binary files a/prebuilt/arm/webview.apk and b/prebuilt/arm/webview.apk differ diff --git a/prebuilt/arm64/webview.apk b/prebuilt/arm64/webview.apk index f3958f2..2ad57a3 100644 Binary files a/prebuilt/arm64/webview.apk and b/prebuilt/arm64/webview.apk differ diff --git a/prebuilt/x86/webview.apk b/prebuilt/x86/webview.apk index f26164d..79e07e1 100644 Binary files a/prebuilt/x86/webview.apk and b/prebuilt/x86/webview.apk differ diff --git a/prebuilt/x86_64/webview.apk b/prebuilt/x86_64/webview.apk index 711500d..0c22389 100644 Binary files a/prebuilt/x86_64/webview.apk and b/prebuilt/x86_64/webview.apk differ -- cgit v1.2.3 From 45c9ca4393656f78bfdaf7797ad5ba741f026020 Mon Sep 17 00:00:00 2001 From: Estelle Date: Fri, 20 Oct 2017 18:22:03 -0400 Subject: Updating README with the right version number and branch info. Bug: 68061999 Change-Id: I710390a477daed4c3e210c3996656e481da486d9 --- README | 8 ++++---- 1 file 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. ------ -- cgit v1.2.3