Skip to content

Commit

Permalink
bump: version to 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzettle committed Jul 11, 2022
1 parent d16d226 commit 92493fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.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'
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.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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit 92493fc

Please sign in to comment.