You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,10 @@ Explore more via the [example projects](samples) which showcase analytics instru
66
66
## Compatibility
67
67
68
68
*If you use pure Java codebase, please refer to [JavaCompatibility](JAVA_COMPAT.md) for sample usages.
69
-
*TheSDK internally uses a number of Java8 language API through desugaring (see [Java8+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`, theSDK internally uses a number of Java8 language API through desugaring (see [Java8+API desugaring support](https://developer.android.com/studio/write/java8-support#library-desugaring)). Please make sure your project:
70
70
* either using AndroidGradle plugin 4.0.0or higher
0 commit comments