Skip to content

Commit 00d355b

Browse files
PX-2157 Release 3.9.1 (#19)
1 parent 9f877b0 commit 00d355b

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

MigrateTo3.8.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,3 +657,12 @@ This version is set to use:
657657
- `targetSDK`: `35`
658658
- `jvmTarget`: `19`
659659
- `javaVersion`: `JavaVersion.VERSION_19`
660+
661+
# Version 3.9.1
662+
663+
The Java version has been downgraded from 19 to 17 to allow more flexibility for integrators.
664+
```
665+
jvmTarget = 17
666+
sourceCompatibility = JavaVersion.VERSION_17
667+
targetCompatibility = JavaVersion.VERSION_17
668+
```

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ This version is set to use:
4444
- `jvmTarget`: `19`
4545
- `javaVersion`: `JavaVersion.VERSION_19`
4646

47+
## Version 3.9.1
48+
49+
The Java version has been downgraded from 19 to 17 to allow more flexibility for integrators.
50+
```
51+
jvmTarget = 17
52+
sourceCompatibility = JavaVersion.VERSION_17
53+
targetCompatibility = JavaVersion.VERSION_17
54+
```
55+
4756
## How does the payment flow with the SDK works?
4857

4958
```mermaid

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ dependencies {
7272
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:$json_serialization_version"
7373
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:$retrofit2_kotlinx_serialization"
7474

75-
implementation "com.truelayer.payments:ui:3.9.0"
75+
implementation "com.truelayer.payments:ui:3.9.1"
7676
}

0 commit comments

Comments
 (0)