We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4cc5c commit 02b42cfCopy full SHA for 02b42cf
build-apk.sh
@@ -112,7 +112,7 @@ for ARCHITECTURE in ${ARCHITECTURES:-aarch64 armv7 x86_64 i686}; do
112
done
113
114
echo "Updating relays.json..."
115
-cargo run --bin relay_list "${CARGO_ARGS[@]}" > android/build/extraAssets/relays.json
+cargo run --bin relay_list "${CARGO_ARGS[@]}" > android/app/build/extraAssets/relays.json
116
117
cd "$SCRIPT_DIR/android"
118
$GRADLE_CMD --console plain "${GRADLE_TASKS[@]}"
0 commit comments