Skip to content

Commit 1c4a4c2

Browse files
committed
update version
1 parent abcbef5 commit 1c4a4c2

5 files changed

+7
-7
lines changed

README-cn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<groupId>in.srain.cube</groupId>
1212
<artifactId>grid-view-with-header-footer</artifactId>
1313
<type>jar</type>
14-
<version>1.0.10</version>
14+
<version>1.0.11</version>
1515
</dependency>
1616
```
1717

1818
#### Gradle
1919

2020
``` groovy
21-
compile 'in.srain.cube:grid-view-with-header-footer:1.0.10'
21+
compile 'in.srain.cube:grid-view-with-header-footer:1.0.11'
2222
```
2323

2424
### 使用示例

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ This library is contained by `CUBE-SDK`: https://github.com/etao-open-source/cub
1313
<groupId>in.srain.cube</groupId>
1414
<artifactId>grid-view-with-header-footer</artifactId>
1515
<type>jar</type>
16-
<version>1.0.10</version>
16+
<version>1.0.11</version>
1717
</dependency>
1818
```
1919

2020
#### Gradle
2121

2222
``` groovy
23-
compile 'in.srain.cube:grid-view-with-header-footer:1.0.10'
23+
compile 'in.srain.cube:grid-view-with-header-footer:1.0.11'
2424
```
2525

2626
### Usage

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.0.10
1+
VERSION_NAME=1.0.11
22

33
ANDROID_BUILD_MIN_SDK_VERSION=8
44
ANDROID_BUILD_TARGET_SDK_VERSION=16

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>grid-view-with-header-footer</artifactId>
1414
<packaging>jar</packaging>
1515
<name>GridViewWithHeaderAndFooter</name>
16-
<version>1.0.10</version>
16+
<version>1.0.11</version>
1717

1818
<description>GridView with Header and Footer</description>
1919
<url>https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter</url>

update-project.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22
vars = {
3-
'lib_version': '1.0.10'
3+
'lib_version': '1.0.11'
44
}
55

66
files = [

0 commit comments

Comments
 (0)