Skip to content

Commit

Permalink
Bump version to 1.14.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzettle committed May 19, 2021
1 parent eba2538 commit d52960a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ maven {
}
dependencies {
implementation 'com.izettle.payments:android-sdk-ui:1.14.13'
implementation 'com.izettle.payments:android-sdk-ui:1.14.15'
}
```

Expand Down
2 changes: 1 addition & 1 deletion Sample-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.14.13'
implementation 'com.izettle.payments:android-sdk-ui:1.14.15'
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 Sample-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.14.13'
implementation 'com.izettle.payments:android-sdk-ui:1.14.15'
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 d52960a

Please sign in to comment.