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

11 lines
313 B
XML
Raw Normal View History

2019-06-10 08:19:01 +00:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.communiquons.comunic">
<application
2021-03-13 17:37:39 +00:00
android:label="Comunic Beta"
android:usesCleartextTraffic="true"
tools:replace="android:label" />
2019-06-10 08:19:01 +00:00
</manifest>