Skip to content

Commit 5d59781

Browse files
authoredMar 21, 2025
Merge pull request #7411 from segmentio/niall/kotlin-filters
Update version for Kotlin filters
2 parents a8b5a9d + 76c6f8c commit 5d59781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-destination-filters.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Use Analytics-Kotlin (Android) to configure [destination filters](/docs/connecti
1313

1414
To get started with destination filters on mobile device-mode destinations using Kotlin:
1515

16-
1. Download and install the dependency.
16+
1. Download and install the dependency, replacing `latest_version` with the current version:
1717
```java
18-
implementation 'com.segment.analytics.kotlin:destination-filters:0.1.1'
18+
implementation 'com.segment.analytics.kotlin:destination-filters:<latest_version>'
1919
```
2020

2121
2. Add the plugin.

0 commit comments

Comments
 (0)
Please sign in to comment.