Skip to content

Commit cfd1b1d

Browse files
committed
update kotlin desugaring info
1 parent 23bc4da commit cfd1b1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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-
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.
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.
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"}.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ Yes. Please refer to the [Java Compatibility](https://github.com/segmentio/analy
4747

4848
## My app crashes with NoClassDefFoundError Failed resolution of: Ljava/time/Instant
4949

50-
The SDK internally uses a number of Java 8 language API through desugaring (see [Java 8+ API](https://developer.android.com/studio/write/java8-support#library-desugaring) desugaring support). Please make sure your project:
50+
Prior to `1.10.4`, the SDK internally uses a number of Java 8 language API through desugaring (see [Java 8+ API](https://developer.android.com/studio/write/java8-support#library-desugaring) desugaring support). Please make sure your project:
5151

5252
- either uses Android Gradle plugin 4.0.0 or higher
5353
- or requires a minimum API level of 26.
54+
- or upgrade to the latest SDK.
5455

5556
## My deeplinks are not tracked?
5657

0 commit comments

Comments
 (0)