Skip to content

Commit

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

```
compile 'com.github.akinaru:speedtest:1.10'
compile 'com.github.akinaru:speedtest:1.11'
```

## How to use ?
Expand Down Expand Up @@ -322,7 +322,7 @@ speedTestSocket.setUploadChunkSize(65535);

### Set socket timeout value

You can set download socket timeout in milliseconds :
You can set download/upload socket timeout in milliseconds :

```
speedTestSocket.setSocketTimeout(5000);
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.10'
version '1.11'

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

0 comments on commit 427589e

Please sign in to comment.