Skip to content

Commit 16a23c5

Browse files
author
zhouwenkai
committed
Release version 1.5.6
1 parent 91d355c commit 16a23c5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LoopView 是一个强大的轮转大图控件,并且提供了许多配置方
1414
如果您的项目使用 Gradle 构建, 只需要在您的`build.gradle`文件添加下面一行到 `dependencies` :
1515

1616
```
17-
implementation 'com.kevin:loopview:1.5.5'
17+
implementation 'com.kevin:loopview:1.5.6'
1818
```
1919

2020
## 简单使用 ##

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Android LoopView is a powerful widget for unlimited rotation picture, It provide
1515
If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file:
1616

1717
```
18-
implementation 'com.kevin:loopview:1.5.5'
18+
implementation 'com.kevin:loopview:1.5.6'
1919
```
2020

2121
## Simple Usage ##

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
PROJECT_NAME=LoopView
2121
GROUP=com.kevin
2222
POM_ARTIFACT_ID=loopview
23-
VERSION_CODE=21
24-
VERSION_NAME=1.5.5
23+
VERSION_CODE=22
24+
VERSION_NAME=1.5.6
2525
POM_PACKAGING=aar
2626

2727
POM_DESCRIPTION=Android Loop View

loopview/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 8
88
targetSdkVersion 28
9-
versionCode 21
10-
versionName "1.5.5"
9+
versionCode 22
10+
versionName "1.5.6"
1111
}
1212
buildTypes {
1313
release {

0 commit comments

Comments
 (0)