Skip to content

Commit bdb540f

Browse files
committed
bumped version to 2.1.7
1 parent ba5f2db commit bdb540f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ChargeVerificationUtils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This module helps you handle charge verification when not using the default drop
1313
**Step 2.** Add the dependency for the utils library
1414

1515
dependencies {
16-
implementation 'com.github.Flutterwave.rave-android:rave_utils:2.1.6'
16+
implementation 'com.github.Flutterwave.rave-android:rave_utils:2.1.7'
1717
}
1818

1919
**Step 2.** In your payment activity or fragment, create and instance of the `RaveVerificationUtils` class

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:rave_android:2.1.6'
37+
implementation 'com.github.Flutterwave.rave-android:rave_android:2.1.7'
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.6'
45+
implementation 'com.github.Flutterwave.rave-android:rave_presentation:2.1.7'
4646
}
4747
```
4848
**Step 3.** Add the `INTERNET` permission to your android manifest

rave_android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 15
1010
targetSdkVersion 28
1111
versionCode 1
12-
versionName "2.1.6"
12+
versionName "2.1.7"
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515

0 commit comments

Comments
 (0)