File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<hr /><hr />
44
5- <img src =" https://jitpack.io/v/maxieds/AndroidFilePickerLight.svg " /><img src =" https://img.shields.io/badge/NOTE%3A-Project%20is%20a%20work%20in%20progress-orange " />< img src = " https://img.shields.io/badge/ API%2029%2B-Tested%20on%20Android%2010-yellowgreen" /><img src =" https://badges.frapsoft.com/os/gpl/gpl.svg?v=103 " />
5+ <img src =" https://jitpack.io/v/maxieds/AndroidFilePickerLight.svg " /><img src =" https://img.shields.io/badge/API%2029%2B-Tested%20on%20Android%2010-yellowgreen " /><img src =" https://badges.frapsoft.com/os/gpl/gpl.svg?v=103 " />
66
77<img src =" https://forthebadge.com/images/badges/made-with-java.svg " /><img src =" https://forthebadge.com/images/badges/powered-by-coffee.svg " /><img src =" https://forthebadge.com/images/badges/built-for-android.svg " />
88
@@ -73,7 +73,7 @@ dependencies {
7373 // FOR the most recent build:
7474 implementation ' com.github.maxieds:AndroidFilePickerLight:master-SNAPSHOT'
7575 // -- OR: for the latest release:
76- implementation ' com.github.maxieds:AndroidFilePickerLight:release-v5 '
76+ implementation ' com.github.maxieds:AndroidFilePickerLight:release-v6 '
7777}
7878allprojects {
7979 repositories {
@@ -425,4 +425,4 @@ DisplayUtils.EnableProgressBarDisplay(true);
425425DisplayUtils . EnableProgressBarDisplay(false );
426426```
427427In principle, the status bar is useful when the underlying operation takes longer than, say 8-10 seconds to complete.
428- The core of the progress bar is shown by periodically posting Toast messages with a custom layout `` View `` .
428+ The core of the progress bar is shown by periodically posting Toast messages with a custom layout `` View `` .
You can’t perform that action at this time.
0 commit comments