File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ To your root build.gradle file add:
2525```
2626allprojects {
2727 repositories {
28- google()
2928 mavenCentral()
3029 }
3130}
@@ -36,7 +35,7 @@ To your app-level build.gradle file add:
3635``` groovy
3736dependencies {
3837 // ...
39- implementation "co.thepeer.android-sdk: android:sdk:[coming soon ]"
38+ implementation "co.thepeer:thepeer- android:[version ]"
4039}
4140```
4241
9392 }
9493```
9594
96- | Paramater name | Description | Required |
95+ | Parameter name | Description | Required |
9796| ------------------------ | --------------------------------------| --------------------------------------|
9897| ` amount ` | The amount you intend to send and must be pass as an integer in kobo | ` true ` |
9998| ` currency ` | Currency which can be ` "NGN" ` or ` "USD" ` | ` true ` |
You can’t perform that action at this time.
0 commit comments