Update Calculator (old) to 5.4 (93)
This commit is contained in:
parent
b8f1d38ce2
commit
f092a71cb1
|
@ -5,9 +5,12 @@ Source Code:https://github.com/Xlythe/android_packages_apps_Calculator
|
|||
Issue Tracker:https://github.com/Xlythe/android_packages_apps_Calculator/issues
|
||||
Donate:https://gratipay.com/~Xlythe
|
||||
|
||||
Name:Calculator (old)
|
||||
Auto Name:Calculator
|
||||
Summary:Make calculations
|
||||
Description:
|
||||
This app has been deprecated in favor of [[com.xlythe.calculator.material]].
|
||||
|
||||
A simple calculator that tries to make graphing and matrix math as simple as
|
||||
adding or multiplying two numbers. Slide left and right to access more panels.
|
||||
.
|
||||
|
@ -146,6 +149,19 @@ Build:5.1.1,88
|
|||
cp $$EJML$$/target/ejml-0.25.jar $$ArityXlythe$$/bin/arity.jar ../MathLibrary/libs/ && \
|
||||
cp $$Google-Gson$$/target/gson-2.2.4.jar libs/
|
||||
|
||||
Build:5.4,93
|
||||
commit=1c305c1e9e6b2ab2225d218576984d329913b1d9
|
||||
subdir=mobile
|
||||
gradle=yes
|
||||
srclibs=Google-Gson@gson-2.2.4
|
||||
rm=mobile/libs/*jar,legacy-mobile,wear,glass,GDK-ProgressBar
|
||||
prebuild=sed -i -e '/wearApp/d' build.gradle && \
|
||||
pushd $$Google-Gson$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$Google-Gson$$/target/gson-2.2.4.jar libs/ && \
|
||||
sed -i -e '/applicationId/s/com.xlythe.calculator.material/com.android2.calculator3/g' build.gradle
|
||||
|
||||
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
|
||||
|
@ -158,9 +174,12 @@ hhas been removed and the code has been patched to not use it.
|
|||
|
||||
Google's wearable-preview-support.jar is currently not available under a free
|
||||
license. It seems like it's not used in this version, so it has been removed.
|
||||
|
||||
Package id is now com.xlythe.calculator.material.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
Update Check Name:com.xlythe.calculator.material
|
||||
Current Version:5.4
|
||||
Current Version Code:93
|
||||
|
|
Loading…
Reference in a new issue