[FEATURE] Android desugaring warning (#4142)
* desugaring advice * adjusted typo * Update README.md Co-authored-by: jason plumb <75337021+breedx-splk@users.noreply.github.com> * removing issue reference Co-authored-by: jason plumb <75337021+breedx-splk@users.noreply.github.com>
This commit is contained in:
parent
19b0fec813
commit
34d75aa260
|
|
@ -52,8 +52,11 @@ We would love to hear from the larger community: please provide feedback proacti
|
|||
|
||||
## Requirements
|
||||
|
||||
Unless otherwise noted, all published artifacts support Java 8 or higher. See [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||
for additional instructions for building this project for development.
|
||||
Unless otherwise noted, all published artifacts support Java 8 or higher.
|
||||
|
||||
**Android Disclaimer:** For compatibility reasons, [library desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) must be enabled.
|
||||
|
||||
See [CONTRIBUTING.md](./CONTRIBUTING.md) for additional instructions for building this project for development.
|
||||
|
||||
### Note about extensions
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue