mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-29 08:16:28 +00:00
9 lines
268 B
XML
9 lines
268 B
XML
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
package="org.communiquons.comunic">
|
||
|
|
||
|
<application
|
||
|
tools:replace="android:label"
|
||
|
android:label="Comunic Beta" />
|
||
|
|
||
|
</manifest>
|