From 2bba817117639c4222333752b340a9e0b413c97d Mon Sep 17 00:00:00 2001 From: Peter Wen Date: Mon, 30 Sep 2019 19:41:10 +0000 Subject: [PATCH] Android: Update Play Core Update Play Core library to be built from @272011728, this picks up a fix from the Play Core team. Bug: 1003020 Change-Id: I26c5c4f44096ebac523b9e2aadfcef0a39487ceb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831412 Commit-Queue: Peter Wen Commit-Queue: Tibor Goldschwendt Auto-Submit: Peter Wen Reviewed-by: Tibor Goldschwendt Reviewed-by: Samuel Huang Cr-Commit-Position: refs/heads/master@{#701240} --- DEPS | 2 +- third_party/google_android_play_core/BUILD.gn | 2 +- third_party/google_android_play_core/README.chromium | 4 ++-- third_party/google_android_play_core/cipd.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 756d6459deb0b9..46cec44d4c0f50 100644 --- a/DEPS +++ b/DEPS @@ -1529,7 +1529,7 @@ deps = { 'packages': [ { 'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core_verification', - 'version': '0z_scbnHbcGHs7fem6R48_Cfgf7n-46yI7DEXkpkZcwC', + 'version': '5WpfZCqhiL1qWTiBl_x3VTelXCJsv5r_SMuE-3H1CI0C', }, ], 'condition': 'checkout_android', diff --git a/third_party/google_android_play_core/BUILD.gn b/third_party/google_android_play_core/BUILD.gn index 32d1ca78c6099b..d0530159581de4 100644 --- a/third_party/google_android_play_core/BUILD.gn +++ b/third_party/google_android_play_core/BUILD.gn @@ -5,6 +5,6 @@ import("//build/config/android/rules.gni") android_aar_prebuilt("com_google_android_play_core_java") { - aar_path = "core-1.6.2.aar" + aar_path = "core-1.6.4.aar" info_path = "com_google_android_play_core.info" } diff --git a/third_party/google_android_play_core/README.chromium b/third_party/google_android_play_core/README.chromium index 02e2221b2c9c8b..3a151ea39f152f 100644 --- a/third_party/google_android_play_core/README.chromium +++ b/third_party/google_android_play_core/README.chromium @@ -1,13 +1,13 @@ Name: Play Core Library Short Name: Play Core URL: https://developer.android.com/guide/app-bundle/playcore -Version: 1.6.2 +Version: 1.6.4 License: Android Software Development Kit License License File: LICENSE Security Critical: yes Description: -- Built from @264816199 +- Built from @272011728 Local Modifications: - Unproguarded verification API. diff --git a/third_party/google_android_play_core/cipd.yaml b/third_party/google_android_play_core/cipd.yaml index e5946bc3670f1c..112d90dd94e4ab 100644 --- a/third_party/google_android_play_core/cipd.yaml +++ b/third_party/google_android_play_core/cipd.yaml @@ -7,4 +7,4 @@ package: chromium/third_party/android_deps/libs/com_google_android_play_core_verification description: "" data: -- file: core-1.6.2.aar \ No newline at end of file +- file: core-1.6.4.aar