Skip to content

Commit 05de28c

Browse files
committed
bumped version to 1.0.49.2
1 parent 92c731d commit 05de28c

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
@@ -28,7 +28,7 @@ The minimum supported SDK version is 15
2828
**Step 2.** Add the dependency
2929

3030
dependencies {
31-
implementation 'com.github.Flutterwave:rave-android:1.0.49.1'
31+
implementation 'com.github.Flutterwave:rave-android:1.0.49.2'
3232
}
3333

3434
**Step 3.** Add the `INTERNET` permission to your android manifest
@@ -51,7 +51,7 @@ Set the public key, encryption key and other required parameters. The `RavePayMa
5151
.setPublicKey(publicKey)
5252
.setEncryptionKey(encryptionKey)
5353
.setTxRef(txRef)
54-
.setPhoneNumber(phoneNumber)
54+
.setPhoneNumber(phoneNumber, boolean)
5555
.acceptAccountPayments(boolean)
5656
.acceptCardPayments(boolean)
5757
.acceptMpesaPayments(boolean)

0 commit comments

Comments
 (0)