mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-01-13 16:38:08 -05:00
This version of the Barcode Scanner uses an Android Library project to pull in the ZXing code instead of having to install the separate application.
17 lines
483 B
Properties
17 lines
483 B
Properties
# This file is used to override default values used by the Ant build system.
|
|
#
|
|
# This file must be checked in Version Control Systems, as it is
|
|
# integral to the build system of your project.
|
|
|
|
# The name of your application package as defined in the manifest.
|
|
# Used by the 'uninstall' rule.
|
|
application-package=com.google.zxing.client.android
|
|
|
|
# The name of the source folder.
|
|
#source-folder=src
|
|
|
|
# The name of the output folder.
|
|
#out-folder=bin
|
|
|
|
external-libs-folder=external-libs
|