Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandmartel committed Apr 24, 2017
1 parent 373cc22 commit d4ab556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Check a [non-exhaustive list](./server_list.md) of compatible speed test server.
* with Gradle, from jcenter or mavenCentral :

```
compile 'fr.bmartel:jspeedtest:1.25'
compile 'fr.bmartel:jspeedtest:1.26'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion jspeedtest/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 'fr.bmartel'
version '1.25'
version '1.26'

apply plugin: 'java'
targetCompatibility = '1.7'
Expand Down

0 comments on commit d4ab556

Please sign in to comment.