Skip to content

Commit 41a5ad9

Browse files
Update survicate-kotlin-android.md
1 parent 8d3da26 commit 41a5ad9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/connections/sources/catalog/libraries/mobile/kotlin-android/destination-plugins/survicate-kotlin-android.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can do this in 2 ways:
2626
</application>
2727
```
2828
## Adding the dependency
29-
Add Survicate maven:
29+
Define Maven repository
3030
```
3131
allprojects {
3232
repositories {
@@ -35,7 +35,17 @@ allprojects {
3535
}
3636
}
3737
```
38-
38+
39+
Add dependency to your app's build.gradle file
40+
```
41+
dependencies {
42+
// ...
43+
implementation 'com.survicate:survicate-segment-analytics-kotlin:<latest_version>'
44+
}
45+
```
46+
47+
You can find current version in the [plugin repository](https://github.com/Survicate/analytics-kotlin-survicate)
48+
3949
## Using the Plugin in your App
4050
In order to activate the Survicate plugin, you have to add a `SurvicateDestination` to the Analytics instance.
4151

0 commit comments

Comments
 (0)