aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2023-07-19 23:30:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-07-19 23:30:45 +0000
commite4623ab71f5ce23ca9bef2033ad5241d16dfaac0 (patch)
treef0b6d402c7830108016238a214ef5a036e77acd8 /METADATA
parent50152079bc0ae35465bab3fa5eb2d403ffb664b0 (diff)
downloadkotlinx.coroutines-e4623ab71f5ce23ca9bef2033ad5241d16dfaac0.tar.gz
Revert "Revert "Upgrade kotlinx.coroutines to 1.7.2""
This reverts commit 50152079bc0ae35465bab3fa5eb2d403ffb664b0. Reason for revert: test failures fixed by aosp/2663338 Bug: 290933559 Bug: 291780006 Change-Id: I43aa20b8fc5cb44f21e2e10724aa9a31ca0554eb
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA10
1 files changed, 7 insertions, 3 deletions
diff --git a/METADATA b/METADATA
index 9826606b..9c26192a 100644
--- a/METADATA
+++ b/METADATA
@@ -1,3 +1,7 @@
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update kotlinx.coroutines
+# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
+
name: "kotlinx.coroutines"
description: "Library support for Kotlin coroutines"
third_party {
@@ -5,11 +9,11 @@ third_party {
type: GIT
value: "https://github.com/Kotlin/kotlinx.coroutines"
}
- version: "1.6.4"
+ version: "1.7.2"
license_type: NOTICE
last_upgrade_date {
- year: 2022
+ year: 2023
month: 7
- day: 20
+ day: 12
}
}