From 29ebf6b112804285e4d3ce44e8a95c605d1c64b7 Mon Sep 17 00:00:00 2001 From: Hagen Brooks Date: Thu, 28 Oct 2021 10:36:46 +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 f4ba020..b9b2ca2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

Demo:

-

Download the demo app here

+

Download the demo app here

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