From 8bc03046261b22938d13a3045b506308433182fb Mon Sep 17 00:00:00 2001 From: laucherish Date: Thu, 14 Sep 2017 18:40:15 +0800 Subject: [PATCH] Publish v1.3.0 --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 426c1ee..50c2439 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,22 @@ # pure-state-layout PureStateLayout +完美的状态控制布局 -# 添加依赖 +# 如何使用 ## 1.在根目录的build.gradle中添加如下代码: ```java allprojects { - repositories { - ... - maven { url 'https://jitpack.io' } - } - } + repositories { + ... + maven { url 'https://jitpack.io' } + } +} ``` ## 2.添加依赖 ```java dependencies { - compile 'com.github.laucherish:pure-state-layout:1.3.0' - } + compile 'com.github.laucherish:pure-state-layout:1.3.0' +} ``` \ No newline at end of file