1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Integrate an audio player in the application

This commit is contained in:
2021-03-11 20:15:49 +01:00
parent 8f2574a555
commit 3518594eea
5 changed files with 133 additions and 4 deletions

View File

@ -4,4 +4,7 @@
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
<!-- Use clear connection in dev mode -->
<application android:usesCleartextTraffic="true" />
</manifest>