Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohuqiu committed Nov 24, 2014
1 parent 8182b3b commit dfd7113
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

* 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)

## 1.0.7 2014-11-24
## 1.0.7

1.0.8 should be this release. But I wrote an improper version code. :)

## 1.0.8 2014-11-24

* Make it display correctly when API level < 11
* Make reuse working correctly, fix [#2](https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter/issues/2)
Expand Down
4 changes: 2 additions & 2 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<groupId>in.srain.cube</groupId>
<artifactId>grid-view-with-header-footer</artifactId>
<type>jar</type>
<version>1.0.7</version>
<version>1.0.8</version>
</dependency>
```

#### Gradle

``` groovy
compile 'in.srain.cube:grid-view-with-header-footer:1.0.7'
compile 'in.srain.cube:grid-view-with-header-footer:1.0.8'
```

### 使用示例
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<groupId>in.srain.cube</groupId>
<artifactId>grid-view-with-header-footer</artifactId>
<type>jar</type>
<version>1.0.7</version>
<version>1.0.8</version>
</dependency>
```

#### Gradle

``` groovy
compile 'in.srain.cube:grid-view-with-header-footer:1.0.7'
compile 'in.srain.cube:grid-view-with-header-footer:1.0.8'
```

### Usage
Expand Down

0 comments on commit dfd7113

Please sign in to comment.