When I look at the readme.md file, I see I need to add the following code:
implementation 'com.github.arteaprogramar:Android_MaterialFilePicker:version'
But this fails with an error. I think that it is because of the :version at the end of the string--does this have to be replaced with the current version?
When I look at the
readme.mdfile, I see I need to add the following code:But this fails with an error. I think that it is because of the
:versionat the end of the string--does this have to be replaced with the current version?