File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,11 @@ You do not need to clone this repository or download the files. Just add the fol
3737
3838``` gradle
3939dependencies {
40- implementation 'co.paystack.android.design.widget:pinpad:1.0.4'
41- implementation 'co.paystack.android:paystack:3.0.17'
40+ implementation 'co.paystack.android:paystack:3.0.18'
4241}
4342```
43+ From version ` 3.0.18 ` , the Pinpad library comes as part of this library and does not need to be explicitly included in your dependencies.
44+
4445
4546### Eclipse
4647To use this library with Eclipse, you need to:
@@ -59,7 +60,7 @@ To prepare for use, you must ensure that your app has internet permissions by ma
5960<uses-permission android : name =" android.permission.INTERNET" />
6061```
6162
62- ### 1. initializeSdk
63+ ### 1. Initialize SDK
6364
6465To use the Paystack Android SDK, you need to first initialize it using the ` PaystackSdk ` class.
6566
You can’t perform that action at this time.
0 commit comments