Update Lumicall to 1.11.15 (170)
This commit is contained in:
parent
7d3feb40a8
commit
fa1e1b8f34
|
@ -294,6 +294,43 @@ Build:1.11.14,169
|
|||
cp ice4j/lib/junit.jar gmetric4j/lib/junit-4.1.jar
|
||||
buildjni=yes
|
||||
|
||||
Build:1.11.15,170
|
||||
commit=1.11.15
|
||||
submodules=yes
|
||||
srclibs=PBKDF2@v1.1.0,dnsjava@dnsjava-2.1.6,RemoteTea@1.0.7,libphonenumber@libphonenumber-7.0.4,JUnit@r4.12,weupnp@weupnp-0.1.2
|
||||
rm=libs/*.jar,opentelecoms.org-util/lib/*.jar,gmetric4j/lib/*.jar,ice4j/lib/weupnp*.jar,ice4j/libs/junit.jar
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=cp assets/app.properties-prod app.properties && \
|
||||
echo "project.target.apilevel=8" > ant.properties && \
|
||||
pushd $$PBKDF2$$ && \
|
||||
gradle install && \
|
||||
popd && \
|
||||
cp $$PBKDF2$$/build/libs/PBKDF2-1.1.0.jar libs/ && \
|
||||
pushd $$dnsjava$$ && \
|
||||
ant jar && \
|
||||
popd && \
|
||||
cp $$dnsjava$$/dnsjava-2.1.6.jar libs/ && \
|
||||
cp libs/dnsjava-2.1.6.jar opentelecoms.org-util/lib/dnsjava-2.1.1.jar && \
|
||||
pushd $$libphonenumber$$/java/ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$libphonenumber$$/java/libphonenumber/target/libphonenumber-7.0.4.jar libs/ && \
|
||||
pushd $$RemoteTea$$ && \
|
||||
ant -Dant.build.javac.target=1.5 -Dant.build.javac.source=1.5 jar && \
|
||||
popd && \
|
||||
cp $$RemoteTea$$/classes/oncrpc*jar libs/oncrpc-1.0.7.jar && \
|
||||
cp libs/oncrpc-1.0.7.jar gmetric4j/lib/ && \
|
||||
pushd $$weupnp$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$weupnp$$/target/weupnp-0.1.2.jar ice4j/lib/weupnp-0.1.2-SNAPSHOT.jar && \
|
||||
pushd $$JUnit$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$JUnit$$/target/junit-4.12.jar ice4j/lib/junit.jar && \
|
||||
cp ice4j/lib/junit.jar gmetric4j/lib/junit-4.1.jar
|
||||
buildjni=yes
|
||||
|
||||
Maintainer Notes:
|
||||
* libs/jars:
|
||||
* jain-sdp (ice4j)
|
||||
|
@ -304,6 +341,6 @@ Maintainer Notes:
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.11.14
|
||||
Current Version Code:169
|
||||
Current Version:1.11.15
|
||||
Current Version Code:170
|
||||
|
||||
|
|
Loading…
Reference in a new issue