Skip to content

Commit

Permalink
Release version 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwenkai committed Mar 26, 2019
1 parent 91d355c commit 16a23c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LoopView 是一个强大的轮转大图控件,并且提供了许多配置方
如果您的项目使用 Gradle 构建, 只需要在您的`build.gradle`文件添加下面一行到 `dependencies` :

```
implementation 'com.kevin:loopview:1.5.5'
implementation 'com.kevin:loopview:1.5.6'
```

## 简单使用 ##
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Android LoopView is a powerful widget for unlimited rotation picture, It provide
If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file:

```
implementation 'com.kevin:loopview:1.5.5'
implementation 'com.kevin:loopview:1.5.6'
```

## Simple Usage ##
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
PROJECT_NAME=LoopView
GROUP=com.kevin
POM_ARTIFACT_ID=loopview
VERSION_CODE=21
VERSION_NAME=1.5.5
VERSION_CODE=22
VERSION_NAME=1.5.6
POM_PACKAGING=aar

POM_DESCRIPTION=Android Loop View
Expand Down
4 changes: 2 additions & 2 deletions loopview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 28
versionCode 21
versionName "1.5.5"
versionCode 22
versionName "1.5.6"
}
buildTypes {
release {
Expand Down

0 comments on commit 16a23c5

Please sign in to comment.