From 3863a8470c13ee7870cea15b2005c1aa65687b24 Mon Sep 17 00:00:00 2001 From: Hagen Brooks Date: Sun, 23 May 2021 08:33:23 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d46b539..b18865c 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:0.1.16' + implementation 'com.github.HBiSoft:HBRecorder:2.0.0' } ``` @@ -193,6 +193,8 @@ hbrecorder.setNotificationButtonText(String); hbrecorder.setOrientationHint(int); // Set max output file size hbrecorder.setMaxFileSize(long); +// Set max time (in milliseconds - 1000 millisecconds = 1 second) +hbRecorder.setMaxDuration(int); ``` Custom setting: