summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2024-06-13 10:49:56 -0700
committerXin Li <delphij@google.com>2024-06-13 10:49:56 -0700
commit08bec377958d0e9dfca6440a42c4c1ca03d57cff (patch)
treef9968e2047c3b2891a0c9181f4556668a7b8de78
parent3eabe70bae2e9e08a9325f57c4cc558cbb947257 (diff)
parent0613cddefb12ce6378496da4d83784398121ef69 (diff)
downloadkotlinx.serialization-08bec377958d0e9dfca6440a42c4c1ca03d57cff.tar.gz
Merge Android 14 QPR3 to AOSP mainmain
Bug: 346855327 Merged-In: Ie7478228e976620bdf26f616e19b46878dd49ea6 Change-Id: I980d405152304b4285d6daeea44e63bb61d7ea29
-rw-r--r--METADATA20
1 files changed, 12 insertions, 8 deletions
diff --git a/METADATA b/METADATA
index 27096d25..f9d2338a 100644
--- a/METADATA
+++ b/METADATA
@@ -1,16 +1,20 @@
-name: "kotlinx.serialization"
-description:
- "Kotlin serialization consists of a compiler plugin, that generates visitor "
- "code for serializable classes, runtime library with core serialization API "
- "and support libraries with various serialization formats."
+# This project was upgraded with external_updater.
+# Usage: tools/external_updater/updater.sh update external/kotlinx.serialization
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
+name: "kotlinx.serialization"
+description: "Kotlin serialization consists of a compiler plugin, that generates visitor code for serializable classes, runtime library with core serialization API and support libraries with various serialization formats."
third_party {
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2024
+ month: 4
+ day: 22
+ }
identifier {
type: "Git"
value: "https://github.com/Kotlin/kotlinx.serialization"
+ version: "v1.6.3"
primary_source: true
- version: "v1.3.3"
}
- last_upgrade_date { year: 2024 month: 3 day: 7 }
- license_type: NOTICE
}