Skip to content

Commit 323f651

Browse files
committed
Bump version
1 parent 5c982d1 commit 323f651

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
@@ -34,15 +34,15 @@ The payment methods currently supported are Cards, USSD, Mpesa, GH Mobile Money,
3434
If you want to use the default Drop In UI, add the `rave-android` module dependency
3535
```groovy
3636
dependencies {
37-
implementation 'com.github.Flutterwave.rave-android:2.1.9'
37+
implementation 'com.github.Flutterwave.rave-android:2.1.10'
3838
}
3939
```
4040

4141
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
4242

4343
```groovy
4444
dependencies {
45-
implementation 'com.github.Flutterwave.rave-android:rave_presentation:2.1.9'
45+
implementation 'com.github.Flutterwave.rave-android:rave_presentation:2.1.10'
4646
}
4747
```
4848
**Step 3.** Add the `INTERNET` permission to your android manifest

0 commit comments

Comments
 (0)