Skip to content

Commit a8de19d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ 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-
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:
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:
5151

5252
- either uses Android Gradle plugin 4.0.0 or higher
5353
- or requires a minimum API level of 26.

0 commit comments

Comments
 (0)