[!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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.5.5
->2.0.0
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 `ListConfiguration
📅 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.