Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anastr authored Sep 8, 2018
1 parent b49d97f commit 4609bed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Library Size just ~ 18 KB.
```gradle
dependencies {
implementation 'com.github.anastr:rulerview:1.0.0'
implementation 'com.github.anastr:rulerview:1.1.0'
}
```
Expand All @@ -29,7 +29,7 @@ for **maven**
<dependency>
<groupId>com.github.anastr</groupId>
<artifactId>rulerview</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -114,7 +114,6 @@ val distance = oneDimensionRulerView.getDistance()
* add control on marks color
* text color
* text size
* add marks to OneDimensionRulerView
* new TwoDimensionRulerView

# LICENSE
Expand Down

0 comments on commit 4609bed

Please sign in to comment.