Skip to content

Commit

Permalink
Updates for 3.9.4 release (#509)
Browse files Browse the repository at this point in the history
* `3.9.4` release updates

* Update CHANGELOG.md

Co-authored-by: Xiao Shen <51522870+xiaoshen-stripe@users.noreply.github.com>

---------

Co-authored-by: Xiao Shen <51522870+xiaoshen-stripe@users.noreply.github.com>
  • Loading branch information
ugochukwu-stripe and xiaoshen-stripe authored Sep 23, 2024
1 parent 042c2d7 commit 56be915
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This document details changes made to the SDK by version. The current status
of each release can be found in the [Support Lifecycle](SUPPORT.md).

## 3.9.4 - 2024-09-20

### Apps on Devices: Handoff mode

- Fix: Prevent reader UI from being started prematurely.

## 3.9.3 - 2024-09-13

### Core
Expand Down
2 changes: 1 addition & 1 deletion Example/javaapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {

val androidxLifecycleVersion = "2.6.2"
val retrofitVersion = "2.11.0"
val stripeTerminalVersion = "3.9.3"
val stripeTerminalVersion = "3.9.4"

dependencies {
implementation("com.google.android.material:material:1.11.0")
Expand Down
2 changes: 1 addition & 1 deletion Example/kotlinapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KaptGenerateStubs>().configureE
val androidxLifecycleVersion = "2.6.2"
val kotlinCoroutinesVersion = "1.7.3"
val retrofitVersion = "2.11.0"
val stripeTerminalVersion = "3.9.3"
val stripeTerminalVersion = "3.9.4"

dependencies {
implementation("com.google.android.material:material:1.11.0")
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To use the Android SDK, add the SDK to the `dependencies` block of your `build.g

```groovy
dependencies {
implementation "com.stripe:stripeterminal:3.9.3"
implementation "com.stripe:stripeterminal:3.9.4"
}
```

Expand Down Expand Up @@ -103,8 +103,8 @@ your `build.gradle` file with the following:

```groovy
dependencies {
implementation "com.stripe:stripeterminal-localmobile:3.9.3"
implementation "com.stripe:stripeterminal-core:3.9.3"
implementation "com.stripe:stripeterminal-localmobile:3.9.4"
implementation "com.stripe:stripeterminal-core:3.9.4"
}
```

Expand Down

0 comments on commit 56be915

Please sign in to comment.