1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-01-04 09:18:52 +00:00
comunicmobile/android/app/src/beta/AndroidManifest.xml

11 lines
313 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.communiquons.comunic">
<application
android:label="Comunic Beta"
android:usesCleartextTraffic="true"
tools:replace="android:label" />
</manifest>