Skip to content

Commit

Permalink
Bump version to 1.34.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CheZhongSdk committed Oct 28, 2022
1 parent b4c52aa commit 5795155
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/Example-Java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
}

dependencies {
implementation 'com.izettle.payments:android-sdk-ui:1.32.0'
implementation 'com.izettle.payments:android-sdk-ui:1.34.3'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ public void onSuccess(CardPaymentPayload payload) {
.cardPayment(payload)
.receiptNumber("#123456")
.taxAmount(amount)
.refundAmount(amount)
.reference(reference)
.build();

Expand Down
2 changes: 1 addition & 1 deletion Examples/Example-Kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
}

dependencies {
implementation 'com.izettle.payments:android-sdk-ui:1.32.0'
implementation 'com.izettle.payments:android-sdk-ui:1.34.3'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
Expand Down

0 comments on commit 5795155

Please sign in to comment.