Skip to content

Commit 750b488

Browse files
Update version in ReadMe.md
1 parent c6229c5 commit 750b488

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3939
dependencies {
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
4647
To 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

6465
To use the Paystack Android SDK, you need to first initialize it using the `PaystackSdk` class.
6566

0 commit comments

Comments
 (0)