Skip to content

Commit

Permalink
bump version to 1.25.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzettle committed Apr 8, 2022
1 parent d7152e7 commit e5b19a6
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 @@ -38,7 +38,7 @@ android {
}

dependencies {
implementation 'com.izettle.payments:android-sdk-ui:1.25.5'
implementation 'com.izettle.payments:android-sdk-ui:1.25.6'
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 @@ -44,7 +44,7 @@ android {
}

dependencies {
implementation 'com.izettle.payments:android-sdk-ui:1.25.0'
implementation 'com.izettle.payments:android-sdk-ui:1.25.6'
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 @@ -71,7 +71,7 @@ maven {
}
dependencies {
implementation 'com.izettle.payments:android-sdk-ui:1.25.5'
implementation 'com.izettle.payments:android-sdk-ui:1.25.6'
}
```

Expand Down

0 comments on commit e5b19a6

Please sign in to comment.