Skip to content

Commit

Permalink
README.md Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay2211 committed Jul 28, 2018
1 parent 488079e commit 2632fbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,20 @@ include onRequestPermissionsResult method in your Activity/Fragment for permissi
}
```
```groovy
implementation 'com.fxn769:pix:1.2.3'
implementation 'com.fxn769:pix:1.2.4'
```
or Maven:
```xml
<dependency>
<groupId>com.fxn769</groupId>
<artifactId>pix</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<type>pom</type>
</dependency>
```
or ivy:
```xml
<dependency org='com.fxn769' name='pix' rev='1.2.3'>
<dependency org='com.fxn769' name='pix' rev='1.2.4'>
<artifact name='pix' ext='pom' ></artifact>
</dependency>
```
Expand Down

0 comments on commit 2632fbb

Please # to comment.