Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@anggrayudi anggrayudi released this 07 Jul 17:40
3024a93

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 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 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.