An Android library that returns real paths from Uri's
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'
}