Skip to content

Commit

Permalink
PUX-3059 Release SDK 2.3.0 (#9)
Browse files Browse the repository at this point in the history
Integrating the new SDK version (2.3.0)
  • Loading branch information
tl-lukasz-franieczek authored Mar 14, 2023
1 parent cd33674 commit 1bf6330
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:$json_serialization_version"
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:$retrofit2_kotlinx_serialization"

implementation "com.truelayer.payments:ui:2.1.0"
implementation "com.truelayer.payments:ui:2.3.0"
}
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
buildscript {
ext {
activity_compose_version="1.6.0"
appcompat_version = "1.6.0"
compose_version = '1.3.3'
compose_icons_version = '1.3.1'
compose_compiler_version = '1.2.0'
appcompat_version = "1.6.1"
compose_version = "1.3.3"
compose_icons_version = "1.3.1"
compose_compiler_version = "1.3.2"
json_serialization_version = "1.3.3"
kotlin_version = "1.7.0"
lifecycle_version = "2.5.0"
kotlin_version = "1.7.20"
lifecycle_version = "2.5.1"
material_version = "1.8.0"
retrofit2_kotlinx_serialization = "0.8.0"
material3_compose_version = "1.0.1"
desugar_jdk_libs = "1.2.2"
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.0' apply false
id 'com.android.library' version '7.4.0' apply false
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
}

Expand Down

0 comments on commit 1bf6330

Please sign in to comment.