Skip to content

Commit

Permalink
Upgrade kotlinVersion to 1.5.21, composeVersion to 1.0.1 (#4088)
Browse files Browse the repository at this point in the history
  • Loading branch information
brnunes-stripe authored Aug 6, 2021
1 parent cdd2def commit 1966c2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions paymentsheet/api/paymentsheet.api
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1966c2a

Please sign in to comment.