We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729003e commit 5298e29Copy full SHA for 5298e29
contrib/android/make_barcode_scanner.sh
@@ -110,7 +110,7 @@ else
110
fi
111
cp "$CAMERA_AAR_SOURCE" "$CAMERA_AAR_DEST_GENERIC"
112
cp "$CAMERA_AAR_SOURCE" "$CAMERA_AAR_DEST_SPECIFIC"
113
- info "CameraView AAR copied to $CAMERA_AAR_DEST"
+ info "CameraView AAR copied to $CAMERA_AAR_DEST_GENERIC"
114
115
116
########### BarcodeScannerView ###########
@@ -137,7 +137,7 @@ else
137
138
cp "$BARCODE_AAR_SOURCE" "$BARCODE_AAR_DEST_GENERIC"
139
cp "$BARCODE_AAR_SOURCE" "$BARCODE_AAR_DEST_SPECIFIC"
140
- info "BarcodeScannerView AAR copied to $BARCODE_AAR_DEST"
+ info "BarcodeScannerView AAR copied to $BARCODE_AAR_DEST_GENERIC"
141
142
143
0 commit comments