Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-lii committed Aug 6, 2018
2 parents 0a57724 + 5ddda4e commit 57da457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ FlowView是一款流布局控件,采用Adapter模式,可以自定义item,
}

dependencies {
        compile 'com.liyi.view:flowview:1.2.1'
        compile 'com.liyi.view:flowview:1.2.2'
}
```
- 使用Maven
```java
<dependency>
<groupId>com.liyi.view</groupId>
<artifactId>flowview</artifactId>
  <version>1.2.1</version>
  <version>1.2.2</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -105,7 +105,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

[releasesvg]: https://img.shields.io/badge/version-1.2.1-brightgreen.svg
[releasesvg]: https://img.shields.io/badge/version-1.2.2-brightgreen.svg
[apisvg]: https://img.shields.io/badge/sdk-9+-brightgreen.svg
[licensesvg]: https://img.shields.io/badge/license-Apache--2.0-blue.svg
[license]:http://www.apache.org/licenses/LICENSE-2.0
Expand Down

0 comments on commit 57da457

Please sign in to comment.