Skip to content

Commit f58fbac

Browse files
author
zhouwenkai
committed
Release version 1.5.5
1 parent 36bf0c5 commit f58fbac

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.3'
17+
implementation 'com.kevin:loopview:1.5.5'
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.3'
18+
implementation 'com.kevin:loopview:1.5.5'
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=20
24-
VERSION_NAME=1.5.3
23+
VERSION_CODE=21
24+
VERSION_NAME=1.5.5
2525
POM_PACKAGING=aar
2626

2727
POM_DESCRIPTION=Android Loop View

loopview/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 8
88
targetSdkVersion 28
9-
versionCode 20
10-
versionName "1.5.3"
9+
versionCode 21
10+
versionName "1.5.5"
1111
}
1212
buildTypes {
1313
release {
@@ -25,4 +25,4 @@ dependencies {
2525
ext {
2626
kevinSourceDocFiles = [rootProject.file('gradle/android-sources-docs.gradle')]
2727
}
28-
//apply from: rootProject.file('gradle/gradle-mvn-push.gradle')
28+
apply from: rootProject.file('gradle/gradle-mvn-push.gradle')

0 commit comments

Comments
 (0)