Skip to content

Commit 149542c

Browse files
committed
bumped version to 2.0.3
1 parent 7ffbf6a commit 149542c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 currenly 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.2'
33+
implementation 'com.github.Flutterwave.rave-android:rave_android:2.0.3'
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.2'
39+
implementation 'com.github.Flutterwave.rave-android:rave_presentation:2.0.3'
4040
}
4141

4242
**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 "1.0.43"
12+
versionName "2.0.3"
1313

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

0 commit comments

Comments
 (0)