Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HBiSoft authored Jun 16, 2020
1 parent f8f3802 commit 6bbf6b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Implement library in your app level build.gradle:

```java
dependencies {
implementation 'com.github.HBiSoft:HBRecorder:0.1.7'
implementation 'com.github.HBiSoft:HBRecorder:0.1.8'
}
```

Expand Down Expand Up @@ -158,6 +158,8 @@ hbrecorder.setNotificationDescription(String);
//Set notification stop button text
// Defaults to "STOP RECORDING"
hbrecorder.setNotificationButtonText(String);
// Set output orientation (in degrees)
hbrecorder.setOrientationHint(int);
```
Custom setting:
Expand Down

0 comments on commit 6bbf6b8

Please sign in to comment.