File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
7878In 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 )
You can’t perform that action at this time.
0 commit comments