diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-09-17 10:32:53 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-09-17 10:32:53 +0200 |
| commit | 9a8c5836a7c1f21109568fcc734b432595724dff (patch) | |
| tree | 7b81cb2f0d8807ba2a1b42084f8d0821e60688d7 /android/lib/endpoint | |
| parent | eebf21cb19b72f74b4f1f390ed74fca45baa49ad (diff) | |
| parent | bb909172d7b54188dde109e46e24e7b7eaa8273f (diff) | |
| download | mullvadvpn-9a8c5836a7c1f21109568fcc734b432595724dff.tar.xz mullvadvpn-9a8c5836a7c1f21109568fcc734b432595724dff.zip | |
Merge branch 'bump-dependencies'
Diffstat (limited to 'android/lib/endpoint')
| -rw-r--r-- | android/lib/endpoint/build.gradle.kts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/android/lib/endpoint/build.gradle.kts b/android/lib/endpoint/build.gradle.kts index 638be8b122..2a20310281 100644 --- a/android/lib/endpoint/build.gradle.kts +++ b/android/lib/endpoint/build.gradle.kts @@ -22,9 +22,7 @@ android { abortOnError = true warningsAsErrors = true } - buildFeatures { - buildConfig = true - } + buildFeatures { buildConfig = true } } dependencies { implementation(libs.kotlin.stdlib) } |
