Skip to content

Commit a01c960

Browse files
author
hamzat@flutterwave.com
committed
update release number
1 parent db79013 commit a01c960

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The minimum supported SDK version is 15
2424
**Step 2.** Add the dependency
2525

2626
dependencies {
27-
compile 'com.github.Flutterwave:rave-android:1.0.0'
27+
compile 'com.github.Flutterwave:rave-android:1.0.1'
2828
}
2929
**Step 3.** Add the required permission
3030

@@ -77,7 +77,7 @@ Set the public key, private key and other required parameters. The `RavePayManag
7777
### 2. Handle the response
7878
In the calling activity, override the `onActivityResult` method to receive the payment response as shown below
7979

80-
@Override
80+
@Override
8181
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
8282
if (requestCode == RaveConstants.RAVE_REQUEST_CODE && data != null) {
8383
String message = data.getStringExtra("response");
@@ -111,7 +111,7 @@ You can apply a new look by changing the color of certain parts of the UI to hig
111111
<item name="TabLayoutStyle">@style/tabLayoutStyle</item>
112112
<item name="PinHeaderStyle">@style/pinHeaderStyle</item>
113113
<item name="SavedCardButtonStyle">@style/svdCardsBtnStyle</item>
114-
</style>
114+
</style>
115115

116116
## Help
117117
* Find a bug? [Open an issue](https://github.com/Flutterwave/rave-android/issues)

0 commit comments

Comments
 (0)