From 35e265a619a94a1eee7d232d3ef5fef896b23d16 Mon Sep 17 00:00:00 2001 From: seisuke Date: Wed, 10 Jan 2018 18:42:38 +0900 Subject: [PATCH] fix Readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4aa36ca..67e5a62 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ anyViewGroupLayout { constraints({ // view horizontal constraints definitions - button1 - button2[dip(30)] + button1 - dip(30) % button2 alignTail(button1, button2) }, { // view vertical constraints definitions @@ -35,7 +35,7 @@ anyViewGroupLayout { ```gradle dependencies { - compile 'com.github.seisuke:akmk:0.2.0' + compile 'com.github.seisuke:akmk:0.3.0' } repositories {