Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ android.useAndroidX=true

# Update StripeSdkVersion.VERSION_NAME when publishing a new release
VERSION_NAME=20.44.0

org.gradle.jvmargs=-Xmx2048m
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ internal fun ConfirmationScreen(
)
}
Text(
text = successPage.title,
text = "Done",
modifier = Modifier
.fillMaxWidth()
.padding(
Expand All @@ -109,7 +109,7 @@ internal fun ConfirmationScreen(
)

Html(
html = successPage.body,
html = "<p>Click Complete to move on.</p>",
modifier = Modifier
.padding(bottom = dimensionResource(id = R.dimen.stripe_item_vertical_margin))
.semantics {
Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jdk:
- openjdk11
- openjdk17