Skip to content

Commit

Permalink
added back internal audio
Browse files Browse the repository at this point in the history
satisfying the screen recorders
  • Loading branch information
JordanSantiagoYT committed Oct 28, 2023
1 parent 541454a commit 594323a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@
<!-- _________________________________ Android Stuff _______________________________ -->
<config:android permission="android.permission.READ_EXTERNAL_STORAGE" if="android"/>
<config:android permission="android.permission.WRITE_EXTERNAL_STORAGE" if="android"/>
<config:android gradle-version="7.5.1" />
<config:android gradle-plugin="7.3.1" />
<config:android gradle-version="7.5.1" />
<config:android gradle-plugin="7.3.1" />
<config:android target-sdk-version="29" if="${lime <= 8.0.0}" />


<!-- _________________________________ Custom _______________________________ -->
Expand Down

0 comments on commit 594323a

Please sign in to comment.