Skip to content

Commit 16b757d

Browse files
Use pinpad v1.0.8
Signed-off-by: Michael Obi <[email protected]>
1 parent 0ae3bcd commit 16b757d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

paystack/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ android {
2121
}
2222

2323
dependencies {
24-
implementation fileTree(dir: 'libs', include: ['*.jar'])
2524
implementation 'com.google.code.gson:gson:2.8.5'
2625
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
2726
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
2827
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
2928
implementation 'androidx.appcompat:appcompat:1.2.0'
30-
implementation 'co.paystack.android.design.widget:pinpad:1.0.4'
29+
implementation 'co.paystack.android.design.widget:pinpad:1.0.8'
3130
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
3231
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7"
3332
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7"

0 commit comments

Comments
 (0)