Skip to content

Commit c1e47e3

Browse files
committed
Release 1.0.3
1 parent 2caf5f4 commit c1e47e3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README-cn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
- 在gradle中:
3636
```
37-
compile 'in.srain.cube:ptr-load-more:1.0.2
37+
compile 'in.srain.cube:ptr-load-more:1.0.3
3838
```
3939

4040
- 在maven中:
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>in.srain.cube</groupId>
4545
<artifactId>ptr-load-more</artifactId>
46-
<version>1.0.2</version>
46+
<version>1.0.3</version>
4747
<type>pom</type>
4848
</dependency>
4949
```

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Support `API LEVEL >= 8`, all snapshots are taken from Genymotion, 2.3.7.
3636

3737
- in gradle:
3838
```
39-
compile 'in.srain.cube:ptr-load-more:1.0.2
39+
compile 'in.srain.cube:ptr-load-more:1.0.3
4040
```
4141

4242
- in maven:
@@ -45,7 +45,7 @@ Support `API LEVEL >= 8`, all snapshots are taken from Genymotion, 2.3.7.
4545
<dependency>
4646
<groupId>in.srain.cube</groupId>
4747
<artifactId>ptr-load-more</artifactId>
48-
<version>1.0.2</version>
48+
<version>1.0.3</version>
4949
<type>pom</type>
5050
</dependency>
5151
```

ptr-demo/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ task copyLibs << {
7878
}
7979

8080
dependencies {
81-
compile(project(':ptr-lib'));
82-
//compile 'in.srain.cube:ptr-load-more:1.0.2'
81+
//compile(project(':ptr-lib'));
82+
compile 'in.srain.cube:ptr-load-more:1.0.3'
8383
compile 'in.srain.cube:clog:1.0.2'
8484
compile 'in.srain.cube:cube-sdk:1.0.44@aar'
8585
compile 'com.google.android:support-v4:r7'

0 commit comments

Comments
 (0)