Roll the kotlin libs in third_party/android_deps to 1.5.21
This is a followup of crrev.com/c/3042847 The change is generated by running: third_party/android_deps/fetch_all.py -v --ignore-vulnerabilities Bug: 1228858 Change-Id: I0f2150601dad723d6f07c8d63078ee713eeb345f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3044554 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#904364}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
1dfe6f0f61
commit
74b51ef5c0
4
DEPS
4
DEPS
@ -3361,7 +3361,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib',
|
||||
'version': 'version:2@1.5.10.cr0',
|
||||
'version': 'version:2@1.5.21.cr0',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
@ -3372,7 +3372,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common',
|
||||
'version': 'version:2@1.5.10.cr0',
|
||||
'version': 'version:2@1.5.21.cr0',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android',
|
||||
|
4
third_party/android_deps/BUILD.gn
vendored
4
third_party/android_deps/BUILD.gn
vendored
@ -381,7 +381,7 @@ java_prebuilt("org_checkerframework_checker_compat_qual_java") {
|
||||
|
||||
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
|
||||
java_prebuilt("org_jetbrains_kotlin_kotlin_stdlib_java") {
|
||||
jar_path = "libs/org_jetbrains_kotlin_kotlin_stdlib/kotlin-stdlib-1.5.10.jar"
|
||||
jar_path = "libs/org_jetbrains_kotlin_kotlin_stdlib/kotlin-stdlib-1.5.21.jar"
|
||||
output_name = "org_jetbrains_kotlin_kotlin_stdlib"
|
||||
supports_android = true
|
||||
deps = [
|
||||
@ -699,7 +699,7 @@ java_prebuilt("org_jetbrains_annotations_java") {
|
||||
|
||||
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
|
||||
java_prebuilt("org_jetbrains_kotlin_kotlin_stdlib_common_java") {
|
||||
jar_path = "libs/org_jetbrains_kotlin_kotlin_stdlib_common/kotlin-stdlib-common-1.5.10.jar"
|
||||
jar_path = "libs/org_jetbrains_kotlin_kotlin_stdlib_common/kotlin-stdlib-common-1.5.21.jar"
|
||||
output_name = "org_jetbrains_kotlin_kotlin_stdlib_common"
|
||||
supports_android = true
|
||||
|
||||
|
Reference in New Issue
Block a user