diff --git a/build.gradle b/build.gradle index 22ff7a9..d75ac1f 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ android { dependencies { implementation 'androidx.annotation:annotation:1.5.0' - api 'com.usebutton.merchant:button-merchant:1.5.0' + api 'com.usebutton.merchant:button-merchant:1.6.1' testImplementation 'com.squareup.assertj:assertj-android:1.2.0' testImplementation ("io.mockk:mockk:1.13.4") }