From 993631cb7376d982f48ca05a50532483a0855ef1 Mon Sep 17 00:00:00 2001 From: "Bruno R. Nunes" Date: Fri, 6 Aug 2021 10:18:14 -0400 Subject: [PATCH 1/2] Upgrade kotlinVersion to 1.5.21, composeVersion to 1.0.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 90d17d23aa7..64f30ac849a 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ import java.time.Duration // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlinVersion = '1.5.10' + ext.kotlinVersion = '1.5.21' ext.dokkaVersion = '1.5.0' repositories { @@ -51,7 +51,7 @@ ext { compileSdkVersion = 30 kotlinCoroutinesVersion = '1.5.1' - composeVersion = '1.0.0' + composeVersion = '1.0.1' espressoVersion = '3.4.0' ktlintVersion = '0.41.0' materialVersion = '1.4.0' From e70806239c3f46a6147088d8fdb3c105d4b423db Mon Sep 17 00:00:00 2001 From: "Bruno R. Nunes" Date: Fri, 6 Aug 2021 11:36:40 -0400 Subject: [PATCH 2/2] apidump --- paymentsheet/api/paymentsheet.api | 1 + 1 file changed, 1 insertion(+) diff --git a/paymentsheet/api/paymentsheet.api b/paymentsheet/api/paymentsheet.api index 4772ee78b2d..38a5c3d7790 100644 --- a/paymentsheet/api/paymentsheet.api +++ b/paymentsheet/api/paymentsheet.api @@ -117,6 +117,7 @@ public final class com/stripe/android/paymentsheet/specifications/DropdownItem { public final fun getValue ()Ljava/lang/String; public fun hashCode ()I public fun toString ()Ljava/lang/String; + public static final fun write$Self (Lcom/stripe/android/paymentsheet/specifications/DropdownItem;Lkotlinx/serialization/encoding/CompositeEncoder;Lkotlinx/serialization/descriptors/SerialDescriptor;)V } public final class com/stripe/android/paymentsheet/specifications/DropdownItem$$serializer : kotlinx/serialization/internal/GeneratedSerializer {