mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-25 14:29:22 +00:00
11 lines
307 B
XML
11 lines
307 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="#Forez"
|
||
|
android:usesCleartextTraffic="true"
|
||
|
tools:replace="android:label" />
|
||
|
|
||
|
|
||
|
</manifest>
|