Skip to content

Commit

Permalink
Bump version to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciovergara committed Jul 6, 2020
1 parent 80e11aa commit 4f8e4f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ maven {
}
dependencies {
implementation 'com.izettle.payments:android-sdk-ui:1.4.0'
implementation 'com.izettle.payments:android-sdk-ui:1.5.4'
}
```

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 @@ -34,7 +34,7 @@ android {
}

dependencies {
implementation 'com.izettle.payments:android-sdk-ui:1.4.0'
implementation 'com.izettle.payments:android-sdk-ui:1.5.4'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
Expand Down
3 changes: 1 addition & 2 deletions Sample-Kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ android {
}

dependencies {
implementation 'com.izettle.payments:android-sdk-ui:1.4.0'
implementation 'com.izettle.payments:android-sdk-ui:1.5.4'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.3.0-alpha01'
implementation 'androidx.multidex:multidex:2.0.1'
Expand Down

0 comments on commit 4f8e4f8

Please sign in to comment.