You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Our SDK is available on Maven Central. To access it, add `mavenCentral` to your root `build.gradle.kts` file.
25
-
```kotlin
26
-
repositories {
27
-
mavenCentral()
28
-
}
29
-
```
30
-
After completing these steps in your `build.gradle.kts` Kotlin script, you should be able to import and use the DevRev SDK in your Android application.
31
31
32
32
</Tab>
33
33
<Tabtitle="Groovy">
34
34
35
-
1. Add the following dependencies to your app's `build.gradle` file to get the latest version of our SDK:
35
+
2. Add the following dependencies to your app's `build.gradle` file to get the latest version of our SDK:
0 commit comments