diff options
| author | Albin <albin@mullvad.net> | 2022-12-08 15:53:59 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-12-08 15:53:59 +0100 |
| commit | 81c3e7fc12f29ceefb394f11d1486c83e847bcc7 (patch) | |
| tree | c63536b3d957f5b778a5d70191fc1dfbdd48aaf7 /android/app/src/debug/AndroidManifest.xml | |
| parent | 541bbf7c36e6c83ca7e88cc7ff859c8cefbde6c0 (diff) | |
| parent | 8c6954d4c8d0638fe2b408c9147e56522cb79aa8 (diff) | |
| download | mullvadvpn-81c3e7fc12f29ceefb394f11d1486c83e847bcc7.tar.xz mullvadvpn-81c3e7fc12f29ceefb394f11d1486c83e847bcc7.zip | |
Merge branch 'bump-android-project-to-java-11'
Diffstat (limited to 'android/app/src/debug/AndroidManifest.xml')
| -rw-r--r-- | android/app/src/debug/AndroidManifest.xml | 3 |
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" |
