Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rakishou committed Feb 22, 2021
2 parents bc72efd + a49b022 commit 694e91e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Fuck Storage Access Framework (FSAF)

This library in under heavy development so it's not a good idea to use it yet.
Some API changes may happen in the future.
<p align="left"><a href="https://jitpack.io/#K1rakishou/Fuck-Storage-Access-Framework/v1.0"><img src="https://jitpack.io/v/K1rakishou/Fuck-Storage-Access-Framework.svg" width="120"></a></p>

If you ever had to deal with Storage Access Framework you must understand the pain
imposed on you by it's API and lack of any good examples.
Expand All @@ -23,6 +22,12 @@ Yet another goal of this library is to make this migration seamless. Or even lea
Samples
---

Latest version:

```
implementation 'com.github.K1rakishou:Fuck-Storage-Access-Framework:v1.0'
```

There are three main scenarios when dealing with files:
* Read or write to a user-provided file.
* Create a new file in a user-provided directory with a user-provided name.
Expand Down

0 comments on commit 694e91e

Please sign in to comment.