activate wb.receiptspro
This commit is contained in:
parent
7235b07a76
commit
3dade04f3a
|
@ -1,6 +1,5 @@
|
|||
Disabled:No source for binary wbflex.jar
|
||||
Category:Office
|
||||
License:AGPL
|
||||
License:AGPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/wbaumann/SmartReceiptsPro
|
||||
Issue Tracker:https://github.com/wbaumann/SmartReceiptsPro/issues
|
||||
|
@ -27,15 +26,18 @@ Build Version:1.1.1,12,d5684ee0bb7210e8b9205e932feba1b2eed21f50,subdir=SmartRece
|
|||
Build Version:1.2.1,53,!Build problems 84c786b6a5,subdir=SmartReceipts,target=android-8,prebuild=\
|
||||
mv lib libs && rm libs/wbflex.jar && \
|
||||
sed -i -e 's/^android.library.reference.1/#android.library.reference.1/' project.properties
|
||||
# N.B wflex.jar has been removed from Mini-WB
|
||||
Build Version:2.2.0,80,!build errors at 342435f4c4,init=rm -rf bin gen,\
|
||||
srclibs=ActionBarSherlock@4.1.0;AndroidCamera-WB@15c7328d83;\
|
||||
Mini-WB@6430639fc4;SmartReceipts@a286f742da,prebuild=\
|
||||
Build Version:2.2.1,80,v2.2.1,forceversion=yes,init=rm -rf bin gen,\
|
||||
srclibs=ActionBarSherlock@4.1.0;AndroidCamera-WB@v2.2.1;\
|
||||
Mini-WB@2ff534;SmartReceipts@946fd63b4,prebuild=\
|
||||
cp $$SmartReceipts$$/libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||
cp $$SmartReceipts$$/libs/android-support-v4.jar $$AndroidCamera-WB$$/libs/ && \
|
||||
rm $$AndroidCamera-WB$$/src/wb/android/google/camera/util/LinkedNode.java && \
|
||||
sed -i 's@\(.1=\).*@\1$$SmartReceipts$$@' project.properties
|
||||
|
||||
# Tags can be used hopefully for srclibs in next version
|
||||
Auto Update Mode:None
|
||||
# device variable
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.2.0
|
||||
Current Version Code:80
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@ Repo:https://github.com/wbaumann/WBMiniLibrary
|
|||
|
||||
Update Project:Yes
|
||||
|
||||
Prepare:rm -rf bin gen lib
|
||||
Prepare:rm -rf bin gen
|
||||
|
||||
|
|
|
@ -3,5 +3,4 @@ Repo:https://github.com/wbaumann/Smart-Receipts
|
|||
|
||||
Update Project:Yes
|
||||
|
||||
Prepare:rm -rf bin gen && cp libs/android-support-v4.jar ../ActionBarSherlock/library/libs/ && sed -i 's@\(android.library.reference.1=\).*@\1../Mini-WB@;s@\(android.library.reference.2=\).*@\1../ActionBarSherlock/library@;s@\(android.library.reference.3=\).*@\1../AndroidCamera-WB@' project.properties
|
||||
|
||||
Prepare:rm -rf bin gen && sed -i 's@\(android.library.reference.1=\).*@\1../Mini-WB@;s@\(android.library.reference.2=\).*@\1../ActionBarSherlock/library@;s@\(android.library.reference.3=\).*@\1../AndroidCamera-WB@' project.properties
|
||||
|
|
Loading…
Reference in a new issue