Skip to content

Commit

Permalink
update version code to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandmartel committed Aug 26, 2016
1 parent 7a4ff6f commit c690c1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ No external file are required and no file are stored in Hard Disk.
* with Gradle, from jcenter :

```
compile 'com.github.akinaru:speedtest:1.12'
compile 'com.github.akinaru:speedtest:1.13'
```

## How to use ?
Expand Down Expand Up @@ -483,6 +483,12 @@ All following examples use speed test server `1.testdebit.info`
./gradlew repeatUpload
```

* successive download + upload repeatedly a file during a fixed duration (1 download size:1Mo, duration 11s, report interval: 1s following by 1 upload size:1Mo, duration 11s, report interval: 1s)

```
./gradlew repeatChain
```

## Compatibility

JRE 1.7 compliant
Expand Down
2 changes: 1 addition & 1 deletion speedtest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

group 'com.github.akinaru'
version '1.12'
version '1.13'

apply plugin: 'java'
apply plugin: 'pmd'
Expand Down

0 comments on commit c690c1e

Please sign in to comment.