From 4609bedc0dcd980a2ba6254b920b503c4e22fe1d Mon Sep 17 00:00:00 2001 From: Anas Altair Date: Sat, 8 Sep 2018 10:59:37 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9db9ed3..38491a8 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -29,7 +29,7 @@ for **maven** com.github.anastr rulerview - 1.0.0 + 1.1.0 pom ``` @@ -114,7 +114,6 @@ val distance = oneDimensionRulerView.getDistance() * add control on marks color * text color * text size -* add marks to OneDimensionRulerView * new TwoDimensionRulerView # LICENSE