Zxing Barcode scanner (com.google.zxing.client.android) moved to github
This commit is contained in:
parent
3993339982
commit
01401fb4bf
|
@ -1,8 +1,8 @@
|
|||
Categories:Multimedia
|
||||
License:Apache2
|
||||
Web Site:http://code.google.com/p/zxing/wiki
|
||||
Source Code:http://code.google.com/p/zxing/source
|
||||
Issue Tracker:http://code.google.com/p/zxing/issues
|
||||
Web Site:https://github.com/zxing/zxing
|
||||
Source Code:https://github.com/zxing/zxing
|
||||
Issue Tracker:https://github.com/zxing/zxing/issues
|
||||
|
||||
Auto Name:Barcode Scanner
|
||||
Summary:Barcode scanner
|
||||
|
@ -33,34 +33,34 @@ Supports following barcode types:
|
|||
See the website for troubleshooting and explanations of the permissions.
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:http://zxing.googlecode.com/svn/trunk
|
||||
Repo Type:git
|
||||
Repo:https://github.com/zxing/zxing.git
|
||||
|
||||
Build:4.3.1,87
|
||||
commit=2433
|
||||
commit=38b3fe1280
|
||||
subdir=android
|
||||
prebuild=cd ../core && \
|
||||
ant build export && \
|
||||
cd ../android
|
||||
|
||||
Build:4.4,91
|
||||
commit=2831
|
||||
commit=2220400644
|
||||
subdir=android
|
||||
prebuild=sed -i '477s/shopperMarketListener/null/g;s/R.string.msg_install_google_shopper/"Google Shopper is non-free software"/g' src/com/google/zxing/client/android/result/ResultHandler.java
|
||||
build=$$MVN3$$ package -f ../core/pom.xml
|
||||
|
||||
Build:4.5,93
|
||||
commit=2880
|
||||
commit=0d6eabd6fc
|
||||
subdir=android
|
||||
build=$$MVN3$$ package -f ../core/pom.xml
|
||||
|
||||
Build:4.5.1,94
|
||||
commit=2883
|
||||
commit=a9fe6ccde1
|
||||
subdir=android
|
||||
build=$$MVN3$$ package -f ../core/pom.xml
|
||||
|
||||
Build:4.5.2,95
|
||||
commit=2982
|
||||
commit=3de3374dd2
|
||||
subdir=android
|
||||
build=$$MVN3$$ package -f ../core/pom.xml
|
||||
|
||||
|
|
Loading…
Reference in a new issue