Update Masterwork Tools: Pathfinder Open Reference to 1.3.0 (36)
This commit is contained in:
parent
d7a5e03787
commit
5ad25408ef
|
@ -59,9 +59,24 @@ Build:1.2.4,31
|
|||
Build:1.2.8,35
|
||||
commit=1.2.8
|
||||
init=rm -f build.xml
|
||||
extlibs=android/android-support-v13.jar
|
||||
srclibs=1:ActionBarSherlock@4.4.0,CommonsIO@2.4,ACRA@acra-4.5.0
|
||||
rm=libs/*
|
||||
extlibs=android/android-support-v13.jar
|
||||
prebuild=pushd $$ACRA$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$ACRA$$/target/acra-4.5.0.jar libs/ && \
|
||||
pushd $$CommonsIO$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$CommonsIO$$/target/commons-io-2.4.jar libs/
|
||||
|
||||
Build:1.3.0,36
|
||||
commit=1.3.0
|
||||
init=rm -f build.xml
|
||||
srclibs=1:ActionBarSherlock@4.4.0,CommonsIO@2.4,ACRA@acra-4.5.0
|
||||
rm=libs/*
|
||||
extlibs=android/android-support-v13.jar
|
||||
prebuild=pushd $$ACRA$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
|
@ -73,6 +88,6 @@ Build:1.2.8,35
|
|||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.8
|
||||
Current Version Code:35
|
||||
Current Version:1.3.0
|
||||
Current Version Code:36
|
||||
|
||||
|
|
Loading…
Reference in a new issue