Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
webianks authored Nov 25, 2018
1 parent 7c28305 commit ecce254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ So you have developed full Application, Now the part comes when you have to crea
**Gradle**

```groovy
compile 'com.webianks.library:easy-feedback:1.0.2'
compile 'com.webianks.library:easy-feedback:1.0.5'
```
**Maven**

```xml
<dependency>
<groupId>com.webianks.library</groupId>
<artifactId>easy-feedback</artifactId>
<version>1.0.2</version>
<version>1.0.5</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit ecce254

Please sign in to comment.