Skip to content

Commit 685a4cb

Browse files
committed
swift/kotlin changelog links
1 parent 9c48f94 commit 685a4cb

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ analytics.flush("SomePlugin")
416416

417417
## Build Your Own Destination
418418

419-
If Segment doesn't support your Kotlin destination, you can build your own with the template Segment provides.
419+
If Segment doesn't support your Kotlin destination, you can build your own with the template Segment provides.
420420

421421
To build your own Kotlin destination using a plugin template:
422422

@@ -439,3 +439,6 @@ To test your destination:
439439
4. Commit your changes.
440440

441441
Segment recommends you to test your destination implementation end-to-end. Send some sample analytics events and ensure that they reach the destination.
442+
443+
## Changelog
444+
[View the Analytics-Kotlin changelog on GitHub](https://github.com/segmentio/analytics-kotlin/releases).

src/connections/sources/catalog/libraries/mobile/swift-ios/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,6 @@ Copy the IDFACollection plugin to your project. You can also use this [IDFAColle
398398
let idfaPlugin = IDFACollection()
399399
analytics.add(plugin: idfaPlugin)
400400
```
401+
402+
## Changelog
403+
[View the Analytics-Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases).

src/connections/sources/catalog/libraries/server/kotlin/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -397,3 +397,6 @@ analytics.flush("SomePlugin")
397397
```
398398
{% endcodeexampletab %}
399399
{% endcodeexample %}
400+
401+
## Changelog
402+
[View the Analytics-Kotlin changelog on GitHub](https://github.com/segmentio/analytics-kotlin/releases).

0 commit comments

Comments
 (0)