diff --git a/README.md b/README.md index 93cd24e..6b9af93 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Then add this line to `build.gradle` **app module level**: apply plugin: 'kotlin-android' ... dependencies { - implementation 'com.github.anastr:speedviewlib:1.5.4' + implementation 'com.github.anastr:speedviewlib:1.5.5' } ``` @@ -66,7 +66,7 @@ For **maven** com.github.anastr speedviewlib - 1.5.4 + 1.5.5 pom ``` diff --git a/speedviewlib/build.gradle b/speedviewlib/build.gradle index 257366c..11ff497 100644 --- a/speedviewlib/build.gradle +++ b/speedviewlib/build.gradle @@ -56,7 +56,7 @@ artifacts { archives androidSourcesJar } -version = '1.5.4' +version = '1.5.5' Properties properties = new Properties() properties.load(project.rootProject.file('local.properties').newDataInputStream()) @@ -128,7 +128,6 @@ signing { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } // Avoid Kotlin docs error