thefaisalurrehman / Real_Path

An Android library that returns real paths from Uri's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real Path

An Android library that returns real paths from Uri's

Add Pickit to your project:

Add the following in your root build.gradle at the end of repositories:

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

Then, add the dependency, in your app level build.gradle:

dependencies {
      implementation 'com.github.thefaisalurrehman:Real_Path:1.0'
}

Thanks

HBiSoft/PickiT

About

An Android library that returns real paths from Uri's


Languages

Language:Kotlin 88.5%Language:Java 11.5%