/etyl-filechooser

A filechooser module to etyl

Primary LanguageJava

Etyl Filechooser

A filechooser module to Etyl

Maven

<dependency>
    <groupId>com.harium.etyl</groupId>
    <artifactId>filechooser</artifactId>
    <version>1.0.6</version>
</dependency>

Gradle

compile "com.harium.etyl:filechooser:1.0.6"

Android

Don't forget to include read permissions to your manifest

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

License

You can choose between LGPL or Commercial license.