Skip to content

Commit

Permalink
release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohuqiu committed Jan 16, 2015
1 parent 4142d08 commit 0deae99
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<groupId>in.srain.cube</groupId>
<artifactId>ultra-ptr</artifactId>
<type>apklib</type>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```
或者
Expand All @@ -68,13 +68,13 @@
<groupId>in.srain.cube</groupId>
<artifactId>ultra-ptr</artifactId>
<type>aar</type>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

gradle / Android Studio
```
compile 'in.srain.cube:ultra-ptr:1.0.6@aar'
compile 'in.srain.cube:ultra-ptr:1.0.7@aar'
```

#### 配置
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pom.xml
<groupId>in.srain.cube</groupId>
<artifactId>ultra-ptr</artifactId>
<type>apklib</type>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```
or
Expand All @@ -71,13 +71,13 @@ or
<groupId>in.srain.cube</groupId>
<artifactId>ultra-ptr</artifactId>
<type>aar</type>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

gradle
```
compile 'in.srain.cube:ultra-ptr:1.0.6@aar'
compile 'in.srain.cube:ultra-ptr:1.0.7@aar'
```

#### Config
Expand Down
2 changes: 1 addition & 1 deletion build-template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
vars = {
'ptr_lib_version': '1.0.6',
'ptr_lib_version': '1.0.7',
'cube_sdk_version': '1.0.43-SNAPSHOT'
}

Expand Down
2 changes: 1 addition & 1 deletion ptr-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<groupId>in.srain.cube</groupId>
<artifactId>ultra-ptr</artifactId>
<type>aar</type>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>in.srain.cube</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ptr-lib/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.6
VERSION_NAME=1.0.7

ANDROID_BUILD_MIN_SDK_VERSION=8
ANDROID_BUILD_TARGET_SDK_VERSION=16
Expand Down
2 changes: 1 addition & 1 deletion ptr-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>ultra-ptr</artifactId>
<packaging>aar</packaging>
<name>Ultra Pull to Refresh</name>
<version>1.0.6</version>
<version>1.0.7</version>

<description>Ultra Pull to Refresh in Android</description>
<url>https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh</url>
Expand Down

0 comments on commit 0deae99

Please sign in to comment.