File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.handmark.pulltorefresh.library"
4
- android : versionCode =" 131 "
5
- android : versionName =" 1.3.1 " >
4
+ android : versionCode =" 132 "
5
+ android : versionName =" 1.3.2 " >
6
6
7
7
<uses-sdk
8
8
android : minSdkVersion =" 4" />
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.github.chrisbanes.pulltorefresh</groupId >
12
12
<artifactId >parent</artifactId >
13
- <version >1.3.1 </version >
13
+ <version >1.3.2 </version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.chrisbanes.pulltorefresh</groupId >
6
6
<artifactId >parent</artifactId >
7
7
<packaging >pom</packaging >
8
- <version >1.3.1 </version >
8
+ <version >1.3.2 </version >
9
9
<name >Android-PullToRefresh Project</name >
10
10
<description >Implementation of the Pull-to-Refresh UI Pattern for Android.</description >
11
11
<url >https://github.com/chrisbanes/Android-PullToRefresh</url >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.handmark.pulltorefresh.samples"
4
- android : versionCode =" 131 "
5
- android : versionName =" 1.3.1 " >
4
+ android : versionCode =" 132 "
5
+ android : versionName =" 1.3.2 " >
6
6
7
7
<uses-sdk
8
8
android : minSdkVersion =" 4"
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >com.github.chrisbanes.pulltorefresh</groupId >
14
14
<artifactId >parent</artifactId >
15
- <version >1.3.1 </version >
15
+ <version >1.3.2 </version >
16
16
</parent >
17
17
18
18
<dependencies >
You can’t perform that action at this time.
0 commit comments