Skip to content

Commit f88da79

Browse files
authored
Apply suggestions from code review
1 parent a8de19d commit f88da79

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,8 @@ 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-
If you're on a version prior to `1.10.4`, the SDK internally uses a number of Java 8 language APIs through desugaring (see [Java 8+ API](https://developer.android.com/studio/write/java8-support#library-desugaring) desugaring support). Please make sure your project:
50+
If you're on a version prior to `1.10.4`, the SDK internally uses a number of Java 8 language APIs through desugaring (see [Java 8+ API](https://developer.android.com/studio/write/java8-support#library-desugaring) desugaring support). Please make sure your project either uses Android Gradle plugin 4.0.0 or higher, has a minimum API level of 26, or is upgraded to the latest SDK.
5151

52-
- either uses Android Gradle plugin 4.0.0 or higher
53-
- or requires a minimum API level of 26.
54-
- or upgrade to the latest SDK.
5552

5653
## My deeplinks are not tracked?
5754

0 commit comments

Comments
 (0)