Skip to content

Commit 21dc4d4

Browse files
authored
Update README.md
1 parent b3364fc commit 21dc4d4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
# easy-rx-runtime-permission
44
An easy runtime permission handler for Android, depends on tbruyelle's [RxPermissions](https://github.com/tbruyelle/RxPermissions)
55

6-
Gradle
6+
Gradle [![](https://jitpack.io/v/imfms/retrofit-rxjava-request-with-progress.svg)](https://jitpack.io/#imfms/retrofit-rxjava-request-with-progress)
77

8-
   compile 'com.github.imfms:easy-rx-runtime-permission:Vlatest.version' [![](https://jitpack.io/v/imfms/retrofit-rxjava-request-with-progress.svg)](https://jitpack.io/#imfms/retrofit-rxjava-request-with-progress)
8+
repositories {
9+
maven { url 'https://jitpack.io' }
10+
}
11+
12+
compile 'com.github.imfms:easy-rx-runtime-permission:Vlatest.version'
913

1014
## TODO
1115

0 commit comments

Comments
 (0)