Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
llfbandit committed Mar 24, 2024
1 parent 03bb54c commit d379bf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ environment:
sdk: ">=2.17.0 <4.0.0"

dev_dependencies:
melos: ^4.1.0
melos: ^5.2.1
2 changes: 1 addition & 1 deletion record/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ record.dispose(); // As always, don't forget this one.
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<!-- Optional: Add this permission if you want to use bluetooth telephony device like headset/earbuds (min SDK: 23) -->
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<!-- Optional: Add this permission if you want to save your recordings in public folderss -->
<!-- Optional: Add this permission if you want to save your recordings in public folders -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE />
```
- min SDK: 21 (amrNb/amrWb: 26, Opus: 29)
Expand Down

0 comments on commit d379bf6

Please sign in to comment.