Skip to content

Commit 831cdac

Browse files
committed
bumped version to 2.0.6
1 parent 4cbede9 commit 831cdac

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 currently 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.Flutterwave.rave-android:rave_android:2.0.5'
33+
implementation 'com.github.Flutterwave.rave-android:rave_android:2.0.6'
3434
}
3535

3636
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
3737

3838
dependencies {
39-
implementation 'com.github.Flutterwave.rave-android:rave_presentation:2.0.5'
39+
implementation 'com.github.Flutterwave.rave-android:rave_presentation:2.0.6'
4040
}
4141

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

0 commit comments

Comments
 (0)