Skip to content

Commit dd60b7a

Browse files
committed
[Feature] Mention ThreeTenABP and android-retrostreams in README.
1 parent 26396ef commit dd60b7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ dependencies {
1010

1111
## Usage
1212

13-
This backported API is under `java8.nio.file`.
13+
The backported API is under `java8.nio.file`.
1414

1515
No default `FileSystemProvider` implementation is bundled within this library, and the API is modified to allow dynamic install of providers.
1616

1717
Before using the API, you need to set a default provider implementation with `FileSystemProvider.installDefaultProvider()`. More providers can be installed with `FileSystemProvider.installProvider()` at any time.
1818

1919
Similarly, there is no default `FileTypeDetector` implementation, and you can install one with `Files.installFileTypeDetector()` at any time.
2020

21+
This backport uses [android-retrostreams](https://github.com/retrostreams/android-retrostreams) for `java.util.stream` and [ThreeTenABP](https://github.com/JakeWharton/ThreeTenABP) for `java.time`, and they are exposed as an API dependency of this library.
22+
2123
## License
2224

2325
[GNU General Public License, version 2, with the Classpath Exception](https://openjdk.java.net/legal/gplv2+ce.html)

0 commit comments

Comments
 (0)