Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 234 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 234 Bytes

MyFilePicker

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


   dependencies {
        implementation 'com.github.developeramit3:MyFilePicker:b1b49db39c'
 	}