Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSangGwon authored Aug 22, 2021
1 parent 2a1351c commit 86290bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ repositories {
}
dependencies {
// normal
// Normal
implementation 'io.github.ParkSangGwon:tedpermission-normal:x.y.z'
// coroutine
// Coroutine
implementation 'io.github.ParkSangGwon:tedpermission-coroutine:x.y.z'
// rx2
// RxJava2
implementation 'io.github.ParkSangGwon:tedpermission-rx2:x.y.z'
// rx3
// RxJava3
implementation 'io.github.ParkSangGwon:tedpermission-rx3:x.y.z'
}
```
Expand Down

0 comments on commit 86290bf

Please sign in to comment.