Skip to content

Commit

Permalink
temp fix flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Sep 27, 2024
1 parent 392b232 commit a683cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [[ "$GRADLE_BUILD_TYPE" == "release" ]]; then
fi
fi

if [[ "$BUILD_TYPE" == "release" && "$PRODUCT_VERSION" != *"-dev-"* ]]; then
if [[ "$BUILD_TYPE" == "release" ]]; then
echo "Removing old Rust build artifacts"
cargo clean
CARGO_ARGS+=( "--locked" )
Expand Down

0 comments on commit a683cc4

Please sign in to comment.