diff options
| author | David Göransson <david.goransson90@gmail.com> | 2024-03-01 15:30:06 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-03-04 12:14:05 +0100 |
| commit | 832faec0b804db18b08c993541cf00316067eadd (patch) | |
| tree | aa62f1cd8c305c71ba041102e2ba1261daf14d74 /android/test/e2e | |
| parent | f9267d998e086d4b324d4c7d9998e5d9ff60ca8a (diff) | |
| download | mullvadvpn-832faec0b804db18b08c993541cf00316067eadd.tar.xz mullvadvpn-832faec0b804db18b08c993541cf00316067eadd.zip | |
Remove buildconfig from properties
Diffstat (limited to 'android/test/e2e')
| -rw-r--r-- | android/test/e2e/build.gradle.kts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/test/e2e/build.gradle.kts b/android/test/e2e/build.gradle.kts index 8440967aa9..7d9a78cda6 100644 --- a/android/test/e2e/build.gradle.kts +++ b/android/test/e2e/build.gradle.kts @@ -97,6 +97,9 @@ android { ) } } + buildFeatures { + buildConfig = true + } } androidComponents { |
