Skip to content

Commit 2bc0ac2

Browse files
committed
Merge remote-tracking branch 'flutterwave/master'
2 parents 855301e + ae76092 commit 2bc0ac2

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
@@ -29,13 +29,13 @@ The payment methods currently supported are Cards, USSD, Mpesa, GH Mobile Money,
2929
If you want to use the default Drop In UI, add the `rave_android` module dependency
3030

3131
dependencies {
32-
implementation 'com.github.Flutterwave.rave-android:rave_android:2.1.2'
32+
implementation 'com.github.Flutterwave.rave-android:rave_android:2.1.3'
3333
}
3434

3535
but 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
3636

3737
dependencies {
38-
implementation 'com.github.Flutterwave.rave-android:rave_presentation:2.1.2'
38+
implementation 'com.github.Flutterwave.rave-android:rave_presentation:2.1.3'
3939
}
4040

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

0 commit comments

Comments
 (0)