Skip to content

Commit

Permalink
Publish v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laucherish committed Sep 14, 2017
1 parent 18d594b commit 8bc0304
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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'
}
```

0 comments on commit 8bc0304

Please sign in to comment.