From 92493fc8af9d46aa72ed24bc5c198ca442b0068d Mon Sep 17 00:00:00 2001 From: Bob Dahlberg Date: Mon, 11 Jul 2022 08:51:35 +0200 Subject: [PATCH] bump: version to 1.32.0 --- Examples/Example-Java/app/build.gradle | 2 +- Examples/Example-Kotlin/app/build.gradle | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/Example-Java/app/build.gradle b/Examples/Example-Java/app/build.gradle index 32dbbe6..7f711b3 100644 --- a/Examples/Example-Java/app/build.gradle +++ b/Examples/Example-Java/app/build.gradle @@ -37,7 +37,7 @@ android { } dependencies { - implementation 'com.izettle.payments:android-sdk-ui:1.30.1' + implementation 'com.izettle.payments:android-sdk-ui:1.32.0' implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' diff --git a/Examples/Example-Kotlin/app/build.gradle b/Examples/Example-Kotlin/app/build.gradle index 650b057..d718e09 100644 --- a/Examples/Example-Kotlin/app/build.gradle +++ b/Examples/Example-Kotlin/app/build.gradle @@ -42,7 +42,7 @@ android { } dependencies { - implementation 'com.izettle.payments:android-sdk-ui:1.30.1' + implementation 'com.izettle.payments:android-sdk-ui:1.32.0' implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.1.0' diff --git a/README.md b/README.md index f638674..67f0f7e 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ maven { } dependencies { - implementation 'com.izettle.payments:android-sdk-ui:1.30.1' + implementation 'com.izettle.payments:android-sdk-ui:1.32.0' } ```