diff options
| author | Albin <albin@mullvad.net> | 2023-03-13 11:17:34 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-03-13 11:17:34 +0100 |
| commit | 697c08721b9a0d57c73986078dc5eab99b7958fb (patch) | |
| tree | a512afc0a32b0ed64314fe231c8cd3535fec1cc3 /android/scripts | |
| parent | e714f29b680340217a35b59f31e4b9d50c8e6e55 (diff) | |
| parent | d0a9d84fea796f8eab1c73fc8008f7a86a8cc652 (diff) | |
| download | mullvadvpn-697c08721b9a0d57c73986078dc5eab99b7958fb.tar.xz mullvadvpn-697c08721b9a0d57c73986078dc5eab99b7958fb.zip | |
Merge branch 'add-ktfmt-gradle-plugin-and-44'
Diffstat (limited to 'android/scripts')
| -rwxr-xr-x | android/scripts/update-lockfile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/scripts/update-lockfile.sh b/android/scripts/update-lockfile.sh index 9cbf81c92c..09769197d4 100755 --- a/android/scripts/update-lockfile.sh +++ b/android/scripts/update-lockfile.sh @@ -16,4 +16,4 @@ android_container_image_name=$(cat "../../building/android-container-image.txt") podman run --rm -it \ -v ../..:/build:Z \ "$android_container_image_name" \ - android/gradlew -q -p android -M sha256 assemble assembleAndroidTest + bash -c 'android/gradlew -q -p android -M sha256 assemble assembleAndroidTest' |
