File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
<groupId >in.srain.cube</groupId >
12
12
<artifactId >grid-view-with-header-footer</artifactId >
13
13
<type >jar</type >
14
- <version >1.0.10 </version >
14
+ <version >1.0.11 </version >
15
15
</dependency >
16
16
```
17
17
18
18
#### Gradle
19
19
20
20
``` 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 '
22
22
```
23
23
24
24
### 使用示例
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ This library is contained by `CUBE-SDK`: https://github.com/etao-open-source/cub
13
13
<groupId >in.srain.cube</groupId >
14
14
<artifactId >grid-view-with-header-footer</artifactId >
15
15
<type >jar</type >
16
- <version >1.0.10 </version >
16
+ <version >1.0.11 </version >
17
17
</dependency >
18
18
```
19
19
20
20
#### Gradle
21
21
22
22
``` 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 '
24
24
```
25
25
26
26
### Usage
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.0.10
1
+ VERSION_NAME =1.0.11
2
2
3
3
ANDROID_BUILD_MIN_SDK_VERSION =8
4
4
ANDROID_BUILD_TARGET_SDK_VERSION =16
Original file line number Diff line number Diff line change 13
13
<artifactId >grid-view-with-header-footer</artifactId >
14
14
<packaging >jar</packaging >
15
15
<name >GridViewWithHeaderAndFooter</name >
16
- <version >1.0.10 </version >
16
+ <version >1.0.11 </version >
17
17
18
18
<description >GridView with Header and Footer</description >
19
19
<url >https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter</url >
Original file line number Diff line number Diff line change 1
1
import os
2
2
vars = {
3
- 'lib_version' : '1.0.10 '
3
+ 'lib_version' : '1.0.11 '
4
4
}
5
5
6
6
files = [
You can’t perform that action at this time.
0 commit comments