We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8b5a9d + 76c6f8c commit 5d59781Copy full SHA for 5d59781
src/connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-destination-filters.md
@@ -13,9 +13,9 @@ Use Analytics-Kotlin (Android) to configure [destination filters](/docs/connecti
13
14
To get started with destination filters on mobile device-mode destinations using Kotlin:
15
16
-1. Download and install the dependency.
+1. Download and install the dependency, replacing `latest_version` with the current version:
17
```java
18
- implementation 'com.segment.analytics.kotlin:destination-filters:0.1.1'
+ implementation 'com.segment.analytics.kotlin:destination-filters:<latest_version>'
19
```
20
21
2. Add the plugin.
0 commit comments