Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 777 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 777 Bytes

Plukke

Android library to pick an image from gallery or camera.

Super easy. Inline result.

No need for FileProvider. No need to manage user permissions. No need for custom UIs or localizations.

Download   Release

Add the dependency in your app build.gradle with the current version number:

implementation 'eu.acolombo:plukke:0.8'

Add JitPack in your root build.gradle:

allprojects {
    repositories {
        ..
        maven { url 'https://jitpack.io' }
    }
}