From 8c0da93aff43ed395858dc6e76cf87e547d4ce3e Mon Sep 17 00:00:00 2001 From: Hagen Brooks Date: Sat, 24 Feb 2024 21:05:23 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e980bf6..b9f56de 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@

Demo:

-

Download the demo app here

+

Download the demo app here

@@ -41,7 +41,7 @@ Implement library in your app level build.gradle: ```java dependencies { - implementation 'com.github.HBiSoft:HBRecorder:3.0.1' + implementation 'com.github.HBiSoft:HBRecorder:3.0.2' } ```