Skip to content

Commit bf06b63

Browse files
author
LaksCastro
committed
(#62) Remove unused SDK constraint
1 parent e253de6 commit bf06b63

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • android/src/main/kotlin/io/lakscastro/sharedstorage/storageaccessframework

android/src/main/kotlin/io/lakscastro/sharedstorage/storageaccessframework/DocumentFileApi.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ internal class DocumentFileApi(private val plugin: SharedStoragePlugin) :
418418
*
419419
* Useful to read files under a `uri` with a large set of children
420420
*/
421-
@RequiresApi(Build.VERSION_CODES.LOLLIPOP)
422421
private fun listFilesEvent(eventSink: EventChannel.EventSink?, args: Map<*, *>) {
423422
if (eventSink == null) return
424423

0 commit comments

Comments
 (0)