j796160836 / FilePicker

FilePicker library for Android
Apache License 2.0
0 stars 1 forks source link

Without androidX gradle not working #1

Open dineshoffl opened 5 years ago

dineshoffl commented 5 years ago

I have used implementation 'com.github.j796160836:FilePicker:master_without_androidx-SNAPSHOT' In my project but currently its shows error like below ''Could not find com.github.j796160836:FilePicker:master_without_androidx-SNAPSHOT.'"

PLEASE HELP ME

j796160836 commented 5 years ago

Have you proper setup jitpack in your project ?

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