is not current version
Last Version 4.2.1

com.nononsenseapps:filepicker 1.1.2

An extendable Android file/directory-picker you can include in your app

GroupId

GroupId

com.nononsenseapps
ArtifactId

ArtifactId

filepicker
Version

Version

1.1.2
Type

Type

aar

Download filepicker 1.1.2


<!-- https://jarcasting.com/artifacts/com.nononsenseapps/filepicker/ -->
<dependency>
    <groupId>com.nononsenseapps</groupId>
    <artifactId>filepicker</artifactId>
    <version>1.1.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nononsenseapps/filepicker/
implementation 'com.nononsenseapps:filepicker:1.1.2'
// https://jarcasting.com/artifacts/com.nononsenseapps/filepicker/
implementation ("com.nononsenseapps:filepicker:1.1.2")
'com.nononsenseapps:filepicker:aar:1.1.2'
<dependency org="com.nononsenseapps" name="filepicker" rev="1.1.2">
  <artifact name="filepicker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nononsenseapps', module='filepicker', version='1.1.2')
)
libraryDependencies += "com.nononsenseapps" % "filepicker" % "1.1.2"
[com.nononsenseapps/filepicker "1.1.2"]