Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 28dba36

Browse files
Update README.md
1 parent 1bdfd90 commit 28dba36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AsyncTaskNeo
33

44
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/17f88018afbc490b8b8f8be31778ab5b)](https://app.codacy.com/gh/alibardide5124/AsyncTaskNeo?utm_source=github.com&utm_medium=referral&utm_content=alibardide5124/AsyncTaskNeo&utm_campaign=Badge_Grade)
55
[![Version](https://jitpack.io/v/alibardide5124/AsyncTaskNeo.svg)](https://jitpack.io/#alibardide5124/AsyncTaskNeo)
6-
[![API](https://img.shields.io/badge/API-16%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=16)
6+
[![API](https://img.shields.io/badge/API-14%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=14)
77

88
Android AsyncTask using kotlin Coroutines
99
<br/>
@@ -49,7 +49,7 @@ AsyncTaskNeo.executeAsyncTask<Boolean, Int> (
4949
}
5050
)
5151
```
52-
52+
note: You will get `inappropriate blocking method` call warning. But don't mind it. There's no problem.
5353
How was it? I hope you use it if you needs this.
5454

5555
License

0 commit comments

Comments
 (0)