Skip to content

Commit

Permalink
release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohuqiu committed Mar 13, 2015
1 parent 7999189 commit 9fb344f
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 @@ -51,7 +51,7 @@

项目已经发布到了Maven中央库,包括`aar``apklib`两种格式。在Maven或者Gradle下可如下直接引入:

最新版版本号: `1.0.8.3-SNAPSHOT`, 发布到了: https://oss.sonatype.org/content/repositories/snapshots
最新版版本号: `1.0.8`, 发布到了: https://oss.sonatype.org/content/repositories/snapshots

在gradle中:

Expand All @@ -78,7 +78,7 @@ mavenCentral()
<type>aar</type>
<!-- or apklib format, if you want -->
<!-- <type>apklib</type> -->
<version>1.0.8.3-SNAPSHOT</version>
<version>1.0.8</version>
</dependency>

稳定版
Expand All @@ -97,7 +97,7 @@ mavenCentral()
gradle / Android Studio, 最新版

```
compile 'in.srain.cube:ultra-ptr:1.0.8.3-SNAPSHOT@aar'
compile 'in.srain.cube:ultra-ptr:1.0.8@aar'
```

gradle / Android Studio, 稳定版
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Support `API LEVEL >= 8`, all snapshots are taken from Genymotion, 2.3.7.

This project has been pushed to Maven Central, both in `aar` and `apklib`.

The latest version: `1.0.8.3-SNAPSHOT`, has been published to: https://oss.sonatype.org/content/repositories/snapshots, in gradle:
The latest version: `1.0.8`, has been published to: https://oss.sonatype.org/content/repositories/snapshots, in gradle:

```
maven {
Expand All @@ -77,7 +77,7 @@ pom.xml, latest version:
<type>aar</type>
<!-- or apklib format, if you want -->
<!-- <type>apklib</type> -->
<version>1.0.8.3-SNAPSHOT</version>
<version>1.0.8</version>
</dependency>
```

Expand All @@ -97,7 +97,7 @@ pom.xml, stable version:
gradle, latest version:

```
compile 'in.srain.cube:ultra-ptr:1.0.8.3-SNAPSHOT@aar'
compile 'in.srain.cube:ultra-ptr:1.0.8@aar'
```

gradle, stable version:
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.8.3-SNAPSHOT</version>
<version>1.0.8</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.8.3-SNAPSHOT
VERSION_NAME=1.0.8

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.8.3-SNAPSHOT</version>
<version>1.0.8</version>

<description>Ultra Pull to Refresh in Android</description>
<url>https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh</url>
Expand Down
2 changes: 1 addition & 1 deletion update-project.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
vars = {
'ptr_lib_version': '1.0.8.3-SNAPSHOT',
'ptr_lib_version': '1.0.8',
'ptr_lib_stable_version': '1.0.7',
'cube_sdk_version': '1.0.44.14-SNAPSHOT'
}
Expand Down

0 comments on commit 9fb344f

Please sign in to comment.