kotlin-toolkit icon indicating copy to clipboard operation
kotlin-toolkit copied to clipboard

Android 15 Considerations

Open stevenzeck opened this issue 1 year ago • 0 comments

Describe the bug

Considerations if targeting the Android 15 API.

  1. MemoryObserver uses a couple of constants from ComponentCallbacks2 that are being deprecated.
  2. mutableListOf.removeLast() seems to require API level 35? Might be a bug with Android SDK.
  3. Check for any behavior issues on a device running Android 15.
  4. Check for any behavior issues when targeting Android 15. For example, insets and edge-to-edge.

How to reproduce?

N/A

Readium version

3.0.0-beta2

Android API version

35

Additional context

No response

stevenzeck avatar Jun 16 '24 18:06 stevenzeck