... | ... | @@ -2,7 +2,7 @@ |
|
|
|
|
|
Follow the Steps below to Implement the Reve Voice Android SDK for your own Dialer App<br>
|
|
|
**Step 1.Gradle:** Firstly you have to add the gradle dependency in your app’s build.gradle file. You can add the following line inside the dependencies{} tab to the aforementioned file to get access to the necessary packages. Sync your project after that.<br>
|
|
|
`**api 'com.revesoft.sdk:reveSdk:1.6.1-4' .**`
|
|
|
**`api 'com.revesoft.sdk:reveSdk:1.6.1-4' .`**
|
|
|
|
|
|
**Step 2. Configuration:** In this step you need to configure the AppConfig according to the Configuration provided to you by Reve Systems. Check out the Detailed **[Configuration Guide](configuration-page)**
|
|
|
|
... | ... | |