Skip to content

Commit f04d541

Browse files
authored
Update README.md
1 parent a4cdc4d commit f04d541

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
}
7878
allprojects {
7979
repositories {
@@ -425,4 +425,4 @@ DisplayUtils.EnableProgressBarDisplay(true);
425425
DisplayUtils.EnableProgressBarDisplay(false);
426426
```
427427
In 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``.

0 commit comments

Comments
 (0)