freeDictionaryApp or free Dictionary App is a simple android application for freeDictionaryAPI. (a reincarnation of https://github.com/yamin8000/Owl2) implemented using Kotlin and Jetpack Compose
GNU General Public License v3.0
109
stars
4
forks
source link
Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.8 - autoclosed #178
This PR contains the following updates:
0.3.7
->0.3.8
Release Notes
Kotlin/kotlinx.collections.immutable (org.jetbrains.kotlinx:kotlinx-collections-immutable)
### [`v0.3.8`](https://redirect.github.com/Kotlin/kotlinx.collections.immutable/releases/tag/v0.3.8) #### What's Changed - Add extension functions to convert Array to persistent collections [#159](https://redirect.github.com/Kotlin/kotlinx.collections.immutable/issues/159) - Don't allocate temporary buffer in SmallPersistentVector.removeAll [#164](https://redirect.github.com/Kotlin/kotlinx.collections.immutable/issues/164) - Avoid creating new PersistentList instance when adding empty collection [#176](https://redirect.github.com/Kotlin/kotlinx.collections.immutable/issues/176) - Fix memory leak in builders [#193](https://redirect.github.com/Kotlin/kotlinx.collections.immutable/issues/193)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.