diff options
| author | Albin <albin@mullvad.net> | 2024-03-01 09:29:50 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-03-01 09:29:50 +0100 |
| commit | 60d5dcdd1d3942ce239347beaec286178bfc7c91 (patch) | |
| tree | 539b4ce40f5f921d2697448c2223625724f1c719 /android | |
| parent | 8e1915788023ed1189db7ab44f7ffdd9a3b6cb24 (diff) | |
| parent | 3fc36300706f3aca0777994fb9b0cd35db2e73fd (diff) | |
| download | mullvadvpn-60d5dcdd1d3942ce239347beaec286178bfc7c91.tar.xz mullvadvpn-60d5dcdd1d3942ce239347beaec286178bfc7c91.zip | |
Merge branch 'improve-gh-actions-build-speed-droid-721'
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index fbbe55cf0b..9d9678c242 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -236,8 +236,8 @@ android { createDistBundle.dependsOn("bundle$capitalizedVariantName") } - project.tasks.preBuild.dependsOn("ensureJniDirectoryExist") - project.tasks.preBuild.dependsOn("ensureValidVersionCode") + project.tasks.assemble.dependsOn("ensureJniDirectoryExist") + project.tasks.assemble.dependsOn("ensureValidVersionCode") } androidComponents { |
