Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanCaiCoding authored Aug 3, 2021
1 parent 1841464 commit c897efa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ English | [中文](https://github.com/DylanCaiCoding/ActivityResultLauncher/blob

- Replace `startActivityForResult()` perfectly
- Support for the usage of Kotlin and Java
- Support for the usage of coroutine
- Support for taking picture (Adapted to Android 10)
- Support for taking video (Adapted to Android 10)
- Support for selecting pictures or videos
Expand Down Expand Up @@ -46,7 +47,7 @@ Add dependencies:

```groovy
dependencies {
implementation 'com.github.DylanCaiCoding:ActivityResultLauncher:1.0.1'
implementation 'com.github.DylanCaiCoding:ActivityResultLauncher:1.1.0'
}
```

Expand All @@ -56,6 +57,8 @@ dependencies {

- [Basic usage](https://github.com/DylanCaiCoding/ActivityResultLauncher/wiki/基础用法-(Kotlin))

- [Coroutine usage](https://github.com/DylanCaiCoding/ActivityResultLauncher/wiki/协程用法)

- [Custom launcher](https://github.com/DylanCaiCoding/ActivityResultLauncher/wiki/自定义启动器-(Kotlin))

#### Java usage
Expand Down

0 comments on commit c897efa

Please sign in to comment.