Skip to content

Commit b23563e

Browse files
authored
Merge pull request #291 from hufman/patch-1
Add a note about Java8 API desugaring on Android
2 parents d6568cb + ff2a0ca commit b23563e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README_ANDROID.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,8 @@ class ViewBroadcastsActivity : BaseActivity() {
314314
}
315315
}
316316

317-
```
317+
```
318+
319+
## Compatibility below Android API26
320+
321+
Older versions of Android do not include some of the required Java8 APIs. To target these older APIs, you must enable [Java8 API Desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) in your app.

0 commit comments

Comments
 (0)