Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanKapshuk authored Jun 27, 2017
1 parent 01d1d85 commit e565953
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,18 @@ shaker.stopAnimation()

Add dependency in your `build.gradle` file:
````gradle
TODO
compile 'com.agilie:interface-interaction:1.0'
````

### Maven
Add rependency in your `.pom` file:
````xml
TODO
<dependency>
<groupId>com.agilie</groupId>
<artifactId>interface-interaction</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
````

## Requirements
Expand Down

0 comments on commit e565953

Please sign in to comment.