Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 469 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 469 Bytes

0.3.0

  • Update kotlin version to 1.5.31

0.2.0+2

  • Documentation for Android 10 permissions

0.2.0

  • No longer handles permissions internally (use permission_handler instead)
  • Returns File instead of String
  • Support for scoped storage on android
    • No longer need to use requestLegacyExternalStorage="true" in AndroidManifest.xml

0.1.1

  • Refactoring internal logic

0.1.0

  • Initial release