Commit b3fe8d3b authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Commit Bot

Update Play Core to 1.3.5

This fixes a bug with certain Android emulators.

Bug: 899732
Change-Id: Ia30d087ea6993a5fcc08ccb62b6a23e5260f5d2d
Reviewed-on: https://chromium-review.googlesource.com/c/1320022Reviewed-by: default avataragrieve <agrieve@chromium.org>
Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605786}
parent c78328fe
...@@ -1708,7 +1708,7 @@ deps = { ...@@ -1708,7 +1708,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core', 'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core',
'version': 'version:1.3.0-cr0', 'version': 'version:1.3.5-cr0',
}, },
], ],
'condition': 'checkout_android', 'condition': 'checkout_android',
......
...@@ -536,7 +536,7 @@ android_aar_prebuilt( ...@@ -536,7 +536,7 @@ android_aar_prebuilt(
} }
android_aar_prebuilt("com_google_android_play_core_java") { android_aar_prebuilt("com_google_android_play_core_java") {
aar_path = "libs/com_google_android_play_core/core-1.3.0.aar" aar_path = "libs/com_google_android_play_core/core-1.3.5.aar"
info_path = info_path =
"libs/com_google_android_play_core/com_google_android_play_core.info" "libs/com_google_android_play_core/com_google_android_play_core.info"
} }
......
Name: Name:
Short Name: core Short Name: core
URL: https://developers.google.com/android/guides/setup URL: https://developers.google.com/android/guides/setup
Version: 1.3.0 Version: 1.3.5
License: Android Software Development Kit License License: Android Software Development Kit License
License File: LICENSE License File: LICENSE
Security Critical: yes Security Critical: yes
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# found in the LICENSE file. # found in the LICENSE file.
# To create CIPD package run the following command. # To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:1.3.0-cr0 # cipd create --pkg-def cipd.yaml -tag version:1.3.5-cr0
package: chromium/third_party/android_deps/libs/com_google_android_play_core package: chromium/third_party/android_deps/libs/com_google_android_play_core
description: "" description: ""
data: data:
- file: core-1.3.0.aar - file: core-1.3.5.aar
...@@ -39,7 +39,7 @@ dependencies { ...@@ -39,7 +39,7 @@ dependencies {
compile "com.google.android.gms:play-services-vision:${gmsVersion}" compile "com.google.android.gms:play-services-vision:${gmsVersion}"
compile "com.google.android.gms:play-services-fido:${gmsVersion}" compile "com.google.android.gms:play-services-fido:${gmsVersion}"
compile "com.google.android.play:core:1.3.0" compile "com.google.android.play:core:1.3.5"
// Support v4 libraries // Support v4 libraries
def supportLibVersion = '27.0.0' def supportLibVersion = '27.0.0'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment