From 4cf5f064375304ad7807e56d93cb51cdd3fe092b Mon Sep 17 00:00:00 2001 From: Hagen Brooks Date: Mon, 12 Aug 2024 11:47:57 +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 7ed9f9f..4bc7c60 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.3' + implementation 'com.github.HBiSoft:HBRecorder:3.0.4' } ```