diff --git a/README.md b/README.md index c4f1c8e..1fcdb8a 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ Add the dependency to your app build.gradle file ``` groovy dependencies { - implementation 'com.github.massoudss:waveformSeekBar:5.0.0' + implementation 'com.github.massoudss:waveformSeekBar:5.0.1' // Amplitude will allow you to call setSampleFrom() with files, URLs, Uri and resources // Important: Only works with api level 21 and higher - implementation 'com.github.lincollincol:amplituda:2.1.0' // or newer version + implementation 'com.github.lincollincol:amplituda:2.1.4' // or newer version } ```