summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/debug
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-12-08 15:53:59 +0100
committerAlbin <albin@mullvad.net>2022-12-08 15:53:59 +0100
commit81c3e7fc12f29ceefb394f11d1486c83e847bcc7 (patch)
treec63536b3d957f5b778a5d70191fc1dfbdd48aaf7 /android/app/src/debug
parent541bbf7c36e6c83ca7e88cc7ff859c8cefbde6c0 (diff)
parent8c6954d4c8d0638fe2b408c9147e56522cb79aa8 (diff)
downloadmullvadvpn-81c3e7fc12f29ceefb394f11d1486c83e847bcc7.tar.xz
mullvadvpn-81c3e7fc12f29ceefb394f11d1486c83e847bcc7.zip
Merge branch 'bump-android-project-to-java-11'
Diffstat (limited to 'android/app/src/debug')
-rw-r--r--android/app/src/debug/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
index 0eee767e98..2a866ff601 100644
--- a/android/app/src/debug/AndroidManifest.xml
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -1,6 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- package="net.mullvad.mullvadvpn">
+ xmlns:tools="http://schemas.android.com/tools">
<application android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"