summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/devmole/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/devmole/AndroidManifest.xml')
-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>