File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff 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+ ```
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments