Skip to content

Commit 0386419

Browse files
apply suggested changes
Co-authored-by: stayseesong <[email protected]>
1 parent cfd1b1d commit 0386419

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/kotlin-android

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To get started with the Analytics-Kotlin mobile library:
149149

150150
5. Enable Java 8+ API desugaring.
151151

152-
Prior to `1.10.4`, the SDK internally uses a number of Java 8 language APIs through desugaring. Make sure your project either [enables desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring)) or requires a minimum API level of 26 or upgrades to the latest version.
152+
If you're on a version prior to `1.10.4`, the SDK internally uses a number of Java 8 language APIs through desugaring, which requires you to either [enable desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring), have a minimum API level of 26, or upgrade to the latest version. If you're on version `1.10.4` and above, you don't need desugaring.
153153
154154
> info ""
155155
> You'll find configuration options such as IDFA collection and automatic screen tracking in Segment’s [Plugin Examples repository](https://github.com/segmentio/analytics-kotlin/tree/main/samples/kotlin-android-app/src/main/java/com/segment/analytics/next/plugins){:target="_blank"}.

0 commit comments

Comments
 (0)