Skip to content

Commit

Permalink
Roll Play Core to 1.6.2
Browse files Browse the repository at this point in the history
Bug: 953250, b/131311355
Change-Id: If5da1609f7e1117ef8e8f237334aa509d8cf1ebd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1687554
Reviewed-by: Tommy Nyquist <nyquist@chromium.org>
Commit-Queue: Tommy Nyquist <nyquist@chromium.org>
Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#674536}
  • Loading branch information
Tibor Goldschwendt authored and Commit Bot committed Jul 3, 2019
1 parent d065799 commit 5453bde
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core_verification',
'version': 'sPjmEe18bOaRHsFxIEohCPLEibGhrlFv-_ZcpEywt7YC',
'version': '4hAx_nDBLvvQHfRMqLEB4ot_jERn_Wpuwxuap5Ii4PsC',
},
],
'condition': 'checkout_android',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,13 @@
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
<activity
android:enabled="false"
android:exported="false"
android:launchMode="singleInstance"
android:name="com.google.android.play.core.missingsplits.PlayCoreMissingSplitsActivity"
android:process=":playcore_missing_splits_activity"
android:stateNotNeeded="true"/>
<activity
android:excludeFromRecents="true"
android:exported="false"
Expand Down
2 changes: 1 addition & 1 deletion third_party/google_android_play_core/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
import("//build/config/android/rules.gni")

android_aar_prebuilt("com_google_android_play_core_java") {
aar_path = "core-1.3.7.aar"
aar_path = "core-1.6.2.aar"
info_path = "com_google_android_play_core.info"
}
2 changes: 1 addition & 1 deletion third_party/google_android_play_core/README.chromium
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: Play Core Library
Short Name: Play Core
URL: https://developer.android.com/guide/app-bundle/playcore
Version: 1.3.7
Version: 1.6.2
License: Android Software Development Kit License
License File: LICENSE
Security Critical: yes
Expand Down
4 changes: 2 additions & 2 deletions third_party/google_android_play_core/cipd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# found in the LICENSE file.

# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:1.3.7-cr2
# cipd create --pkg-def cipd.yaml -tag version:1.6.2-cr0
package: chromium/third_party/android_deps/libs/com_google_android_play_core_verification
description: ""
data:
- file: core-1.3.7.aar
- file: core-1.6.2.aar
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ has_classes_jar = true
has_native_libraries = false
has_proguard_flags = false
has_r_text_file = false
is_manifest_empty = true
is_manifest_empty = false
resources = [ ]
subjar_tuples = [ ]
subjars = [ ]

0 comments on commit 5453bde

Please sign in to comment.