Skip to content

Commit 704727a

Browse files
committed
updated README
1 parent b36df3f commit 704727a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ The payment methods currenly supported are Cards, USSD, Mpesa, GH Mobile Money,
3030
If you want to use the default Drop In UI, add the `rave_android` module dependency
3131

3232
dependencies {
33-
implementation 'com.github.bolaware.rave-android:rave_android:1.2.0
33+
implementation 'com.github.bolaware.rave-android:rave_android:1.2.0'
3434
}
3535

3636
but if you are not interested in our default UI and you want to use yours and only interact only with our core sdk, use the `rave_presentation` module
3737

3838
dependencies {
39-
implementation 'com.github.bolaware.rave-android:rave_presentation:1.2.0
39+
implementation 'com.github.bolaware.rave-android:rave_presentation:1.2.0'
4040
}
4141

4242
**Step 3.** Add the `INTERNET` permission to your android manifest

0 commit comments

Comments
 (0)