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.
2 parents 43ae7e6 + 5298e29 commit a391c36Copy full SHA for a391c36
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