Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HBiSoft authored May 23, 2021
1 parent 4176281 commit 3863a84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<h2 align="center"><b>Demo:</b></h2>

<p align="center">Download the demo app <a href="https://github.com/HBiSoft/HBRecorder/releases/download/0.1.16/HBRecorderDemo.apk"><nobr>here</nobr></a></p>
<p align="center">Download the demo app <a href="https://github.com/HBiSoft/HBRecorder/releases/download/2.0.0/HBRecorderDemo.apk"><nobr>here</nobr></a></p>

<p align="center"><img src="https://user-images.githubusercontent.com/35602540/66485516-3e78fd80-eaa9-11e9-9fea-f59bfa7c1389.gif" width="247" height="480" </p>

Expand Down Expand Up @@ -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'
}
```

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3863a84

Please sign in to comment.