Skip to content

Commit

Permalink
Readme updated for version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-vasiliev committed Feb 8, 2019
1 parent b31aec7 commit 1fb22db
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 @@ -34,22 +34,22 @@ ___
- Your favorite IDE

## Installation
Just download the package from [here](http://central.maven.org/maven2/com/ramotion/garlandview/garland-view/0.3.2/garland-view-0.3.2.aar) and add it to your project classpath, or just use the maven repo:
Just download the package from [here](http://central.maven.org/maven2/com/ramotion/garlandview/garland-view/0.3.3/garland-view-0.3.3.aar) and add it to your project classpath, or just use the maven repo:

Gradle:
```groovy
compile 'com.ramotion.garlandview:garland-view:0.3.2'
compile 'com.ramotion.garlandview:garland-view:0.3.3'
```
SBT:
```scala
libraryDependencies += "com.ramotion.garlandview" % "garland-view" % "0.3.2"
libraryDependencies += "com.ramotion.garlandview" % "garland-view" % "0.3.3"
```
Maven:
```xml
<dependency>
<groupId>com.ramotion.garlandview</groupId>
<artifactId>garland-view</artifactId>
<version>0.3.2</version>
<version>0.3.3</version>
</dependency>
```

Expand Down

0 comments on commit 1fb22db

Please sign in to comment.