Update Seafile to 1.7.0 (35)
This commit is contained in:
parent
47bebccb92
commit
1b8ecec54d
|
@ -162,8 +162,27 @@ Build:1.6.3,34
|
|||
popd && \
|
||||
cp $$ImageLoader$$/target/universal-image-loader-1.9.3.jar libs/
|
||||
|
||||
Build:1.7.0,35
|
||||
commit=1.7.0
|
||||
srclibs=1:ActionBarSherlock@4.4.0,2:aFileChooser@bd54d1411f,3:NewQuickAction3D-haiwen@421f608b14178a59c2e42d6f063a05dc59afb85e,4:ViewPagerIndicator@2.4.1,5:MarkDownView@98b0db192bfb3bf4c0fe7520c2510e569783ba58,ImageLoader@v1.9.3,HttpRequest-Sawicki@http-request-5.6,CommonsIO@2.4
|
||||
rm=libs/*
|
||||
extlibs=android/android-support-v4.jar,guava-r08/guava-r08.jar
|
||||
prebuild=echo 'source.dir=src;$$HttpRequest-Sawicki$$' >> ant.properties && \
|
||||
cp libs/android-support-v4.jar $$aFileChooser$$/libs/android-support-v4.jar && \
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/android-support-v4.jar && \
|
||||
cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs/android-support-v4.jar && \
|
||||
cp libs/android-support-v4.jar $$MarkDownView$$/libs/android-support-v4.jar && \
|
||||
pushd $$CommonsIO$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$CommonsIO$$/target/commons-io-2.4.jar libs/ && \
|
||||
pushd $$ImageLoader$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$ImageLoader$$/target/universal-image-loader-1.9.3.jar libs/
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.6.3
|
||||
Current Version Code:34
|
||||
Current Version:1.7.0
|
||||
Current Version Code:35
|
||||
|
||||
|
|
Loading…
Reference in a new issue