summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/devmole
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-11-22 14:04:07 +0100
committerAlbin <albin@mullvad.net>2023-11-22 15:27:47 +0100
commitabaff0b2ace845d3b44ef70860ddbb559706ed2d (patch)
treeba2f70b298ce04906e6c28d2253bf9ff96281f18 /android/app/src/devmole
parent2b8cd70b16c62aa9c4fa98016705ab239af1609c (diff)
downloadmullvadvpn-abaff0b2ace845d3b44ef70860ddbb559706ed2d.tar.xz
mullvadvpn-abaff0b2ace845d3b44ef70860ddbb559706ed2d.zip
Format manifests
Diffstat (limited to 'android/app/src/devmole')
-rw-r--r--android/app/src/devmole/AndroidManifest.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/android/app/src/devmole/AndroidManifest.xml b/android/app/src/devmole/AndroidManifest.xml
index 43b74c1f16..562f92a73a 100644
--- a/android/app/src/devmole/AndroidManifest.xml
+++ b/android/app/src/devmole/AndroidManifest.xml
@@ -1,8 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools">
-
- <application
- android:icon="@mipmap/ic_launcher"
- android:label="Devmole VPN"
- tools:replace="android:label" />
+ xmlns:tools="http://schemas.android.com/tools">
+ <application android:icon="@mipmap/ic_launcher"
+ android:label="Devmole VPN"
+ tools:replace="android:label" />
</manifest>