From 86e5a3ed0e536e5586faff03fb17283b57704c3c Mon Sep 17 00:00:00 2001 From: Hagen Brooks Date: Mon, 12 Aug 2024 15:01:20 +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 4bc7c60..65227a5 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.4' + implementation 'com.github.HBiSoft:HBRecorder:3.0.5' } ```