w2sv / FileNavigator

The missing link between Android and a sorted file system.
https://play.google.com/store/apps/details?id=com.w2sv.filenavigator
Other
198 stars 8 forks source link

Update dependency com.anggrayudi:storage to v2 - autoclosed #53

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.anggrayudi:storage 1.5.5 -> 2.0.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

anggrayudi/SimpleStorage (com.anggrayudi:storage) ### [`v2.0.0`](https://togithub.com/anggrayudi/SimpleStorage/releases/tag/2.0.0) [Compare Source](https://togithub.com/anggrayudi/SimpleStorage/compare/1.5.6...2.0.0) **Version Changes:** - Upgraded to Kotlin 2.0 and AGP 8.4.1 - Upgraded min SDK version to 21 - Upgraded target & compile SDK versions to 34 - Other dependencies upgrade - Removed [Material Dialogs](https://togithub.com/afollestad/material-dialogs) dependency **Breaking Changes:** - Migrated file manipulations like copy, move, search, compress, unzip, etc. to Kotlin Flow. If you still want to use these features in your Java project, please use [v1.5.6](https://togithub.com/anggrayudi/SimpleStorage/releases/tag/1.5.6) which is the latest version that supports Java. **Features:** - Added extension function: - `DocumentFile.children`, which is a safer way of `listFiles()` by not throwing the exception. ### [`v1.5.6`](https://togithub.com/anggrayudi/SimpleStorage/releases/tag/1.5.6) [Compare Source](https://togithub.com/anggrayudi/SimpleStorage/compare/1.5.5...1.5.6) **Fixes** - Fixed issue [#​133](https://togithub.com/anggrayudi/SimpleStorage/issues/133), thanks to [@​rizkyAlfikri](https://togithub.com/rizkyAlfikri) - Fixed issues when copy/move multiple files from `List.move/copyTo()` extension functions **Improvements** - Added Japanese translation ([#​127](https://togithub.com/anggrayudi/SimpleStorage/issues/127)), thanks to [@​kuragehimekurara1](https://togithub.com/kuragehimekurara1) **Breaking Changes** This will be the latest version that supports Java for file manipulation like copy, move, search, compress, and unzip. All long-running functions will be written in Kotlin Coroutines & Flow in the future.

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.