From 2c9bf3a0a6aa6c2c0b22696ff5f1cff99d529a2c Mon Sep 17 00:00:00 2001 From: Masoud Soleimani <43775433+massoudss@users.noreply.github.com> Date: Sun, 12 Jun 2022 11:46:30 +0430 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } ```