Skip to content

Commit a450cad

Browse files
authored
Update README.md
1 parent 19a9d8f commit a450cad

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
@@ -35,15 +35,15 @@ The payment methods currently supported are Cards, USSD, Mpesa, GH Mobile Money,
3535
If you want to use the default Drop In UI, add the `rave-android` module dependency
3636
```groovy
3737
dependencies {
38-
implementation 'com.github.flutterwave.rave-android:rave_android:2.1.14'
38+
implementation 'com.github.flutterwave.rave-android:rave_android:2.1.15'
3939
}
4040
```
4141

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

4444
```groovy
4545
dependencies {
46-
implementation 'com.github.Flutterwave.rave-android:rave_presentation:2.1.14'
46+
implementation 'com.github.Flutterwave.rave-android:rave_presentation:2.1.15'
4747
}
4848
```
4949
**Step 3.** Add the `INTERNET` permission to your android manifest

0 commit comments

Comments
 (0)