We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae3bcd commit 16b757dCopy full SHA for 16b757d
1 file changed
paystack/build.gradle
@@ -21,13 +21,12 @@ android {
21
}
22
23
dependencies {
24
- implementation fileTree(dir: 'libs', include: ['*.jar'])
25
implementation 'com.google.code.gson:gson:2.8.5'
26
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
27
implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
28
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
29
implementation 'androidx.appcompat:appcompat:1.2.0'
30
- implementation 'co.paystack.android.design.widget:pinpad:1.0.4'
+ implementation 'co.paystack.android.design.widget:pinpad:1.0.8'
31
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
32
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7"
33
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7"
0 commit comments