Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CheZhongSdk committed Feb 22, 2023
1 parent d0b9bf5 commit 83eb059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.36.7'
implementation 'com.izettle.payments:android-sdk-ui:1.36.8'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.4.2'
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.36.7'
implementation 'com.izettle.payments:android-sdk-ui:1.36.8'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.4.2'
Expand Down

0 comments on commit 83eb059

Please sign in to comment.