Skip to content

Commit

Permalink
Update annotation name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynewstrom-stripe committed May 9, 2024
1 parent b367b6a commit 2f89e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ import androidx.annotation.RestrictTo
AnnotationTarget.PROPERTY
)
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
annotation class ExperimentalLayoutApi
annotation class ExperimentalPaymentSheetLayoutApi
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ class PaymentSheet internal constructor(
}

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
@ExperimentalLayoutApi
@ExperimentalPaymentSheetLayoutApi
fun layout(layout: Layout) = apply {
this.layout = layout
}
Expand Down

0 comments on commit 2f89e4a

Please sign in to comment.