Skip to content

Commit dfd7113

Browse files
committed
1.0.8
1 parent 8182b3b commit dfd7113

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
* Make it can run in 2.3, fix [#3](https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter/issues/3), [#4](https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter/issues/4)
66

7-
## 1.0.7 2014-11-24
7+
## 1.0.7
8+
9+
1.0.8 should be this release. But I wrote an improper version code. :)
10+
11+
## 1.0.8 2014-11-24
812

913
* Make it display correctly when API level < 11
1014
* Make reuse working correctly, fix [#2](https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter/issues/2)

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.7</version>
14+
<version>1.0.8</version>
1515
</dependency>
1616
```
1717

1818
#### Gradle
1919

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

2424
### 使用示例

README.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.7</version>
14+
<version>1.0.8</version>
1515
</dependency>
1616
```
1717

1818
#### Gradle
1919

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

2424
### Usage

0 commit comments

Comments
 (0)