Skip to content

Commit 12d3560

Browse files
authored
update readme desugaring info (#159)
1 parent 3d49b95 commit 12d3560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ Explore more via the [example projects](samples) which showcase analytics instru
6666
## Compatibility
6767

6868
* If you use pure Java codebase, please refer to [Java Compatibility](JAVA_COMPAT.md) for sample usages.
69-
* The SDK internally uses a number of Java 8 language API through desugaring (see [Java 8+ API desugaring support](https://developer.android.com/studio/write/java8-support#library-desugaring)). Please make sure your project:
69+
* If you use the SDK version prior to `1.10.4`, the SDK internally uses a number of Java 8 language API through desugaring (see [Java 8+ API desugaring support](https://developer.android.com/studio/write/java8-support#library-desugaring)). Please make sure your project:
7070
* either using Android Gradle plugin 4.0.0 or higher
7171
* or requiring a minimum API level of 26.
72+
* or upgrade the SDK version to latest
7273

7374

7475
## Contributing

0 commit comments

Comments
 (0)