diff --git a/README.md b/README.md index 5ed08f2..e3ce998 100644 --- a/README.md +++ b/README.md @@ -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.13' +compile 'com.github.akinaru:speedtest:1.14' ``` ## How to use ? diff --git a/speedtest/build.gradle b/speedtest/build.gradle index 8733939..3a67863 100644 --- a/speedtest/build.gradle +++ b/speedtest/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' group 'com.github.akinaru' -version '1.13' +version '1.14' apply plugin: 'java' apply plugin: 'pmd'