diff options
| author | Albin <albin@mullvad.net> | 2024-03-04 12:16:58 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-03-04 12:16:58 +0100 |
| commit | 75c053739a33b0314b13951a9dce04cfd1fb52da (patch) | |
| tree | aa62f1cd8c305c71ba041102e2ba1261daf14d74 /android/app | |
| parent | f9267d998e086d4b324d4c7d9998e5d9ff60ca8a (diff) | |
| parent | 832faec0b804db18b08c993541cf00316067eadd (diff) | |
| download | mullvadvpn-75c053739a33b0314b13951a9dce04cfd1fb52da.tar.xz mullvadvpn-75c053739a33b0314b13951a9dce04cfd1fb52da.zip | |
Merge branch 'fix-migrate-buildconfig-warning-droid-652'
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle.kts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 9d9678c242..c4be0bcc43 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -122,7 +122,10 @@ android { } } - buildFeatures { compose = true } + buildFeatures { + compose = true + buildConfig = true + } composeOptions { kotlinCompilerExtensionVersion = Versions.kotlinCompilerExtensionVersion } |
