diff options
| author | Albin <albin@mullvad.net> | 2022-12-02 21:32:39 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-12-08 15:38:28 +0100 |
| commit | 4696b089d3b9adfb09c31c2c76aa3e47cc407b46 (patch) | |
| tree | ffd689eee76634a4fff9aa2b58fc47024ece31cb /android/app/src/debug | |
| parent | 70c55f181a02bad6994e3e26abdd9b0b93c4b581 (diff) | |
| download | mullvadvpn-4696b089d3b9adfb09c31c2c76aa3e47cc407b46.tar.xz mullvadvpn-4696b089d3b9adfb09c31c2c76aa3e47cc407b46.zip | |
Bump Android project to java 11 and gradle 7.6
Diffstat (limited to 'android/app/src/debug')
| -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" |
