Update Calculator to 5.1.1 (85)
This commit is contained in:
parent
25a6752f9d
commit
4636689737
|
@ -99,6 +99,29 @@ Build:4.3,63
|
|||
rm src/main/java/com/android2/calculator3/GlassHomeActivity.java src/main/java/com/android2/calculator3/GlassResultActivity.java && \
|
||||
cp $$EJML$$/target/ejml-0.25.jar $$Google-Gson$$/target/gson-2.2.4.jar $$Slider$$/bin/classes.jar $$ArityXlythe$$/bin/arity.jar libs/
|
||||
|
||||
Build:5.1.1,85
|
||||
commit=677d992f8d9627197f9c2aabdbfbed32d5713b34
|
||||
subdir=mobile
|
||||
gradle=yes
|
||||
srclibs=EJML@v0.25,Google-Gson@gson-2.2.4,ArityXlythe@459535ba5005c6f3a03101b15354e44df161a637
|
||||
rm=mobile/libs/*jar,MathLibrary/libs/*.jar,legacy-mobile,wear,glass,GDK-ProgressBar
|
||||
prebuild=sed -i -e '/wearApp/d' build.gradle && \
|
||||
pushd $$EJML$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
pushd $$Google-Gson$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
pushd $$ArityXlythe$$ && \
|
||||
rm -fR bin/* && \
|
||||
find -name "*.java" > sources.txt && \
|
||||
javac -d bin @sources.txt && \
|
||||
cd bin && \
|
||||
jar cf arity.jar org && \
|
||||
popd && \
|
||||
cp $$EJML$$/target/ejml-0.25.jar $$ArityXlythe$$/bin/arity.jar ../MathLibrary/libs/ && \
|
||||
cp $$Google-Gson$$/target/gson-2.2.4.jar libs/
|
||||
|
||||
Maintainer Notes:
|
||||
The JAR files slider.jar, gson-2.2.4.jar and ejml-0.21.jar have been replaced
|
||||
by a version build from upstream sources. As arity-2.1.6.jar is no longer
|
||||
|
|
Loading…
Reference in a new issue