1.0.2
Added a DocumentFileCompat.count() method to get the children count.
This is useful if you only want to check the count & do not require the created DocumentFileCompats.
Other changes:
- Removed extension functions on
Collection<DocumentFileCompat>.
You can useDocumentFileCompat.listFiles()& perform relevant actions on the List.