A simple, easy and ligth file management app for Android
Top | Drawer | Icons |
---|---|---|
- Kolin
- MVVM
- Data Binding
- Binding Adapter
- Mime Type
- Searching files
- Rx for background task
- RxJava
- RxAndroid
- RxLifecycle
- Dagger2
- Timber
- Stetho
- Material Dialog
- Commons IO
- Event Bus
- Glide
- Permission Dispatcher
Before building app, create a signingConfigs/release.gradle
into project root.
Then add below code and set your keystore information.
signingConfigs {
release {
storeFile file('<./your-release-key.jks>')
storePassword 'your-store-pass'
keyAlias 'your-alias-name'
keyPassword 'your-store-pass'
}
}
- Norio Egi - Initial work - Capotasto
This project is licensed under the MIT License - see the LICENSE.md file for details