mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-27 03:06:41 +00:00
9 lines
288 B
XML
9 lines
288 B
XML
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
package="org.selfprivacy.app">
|
||
|
<application
|
||
|
tools:replace="android:label"
|
||
|
android:label="SelfPrivacy (Nightly)">
|
||
|
</application>
|
||
|
</manifest>
|