mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update Expression Evaluator to 1.2 (102)
This commit is contained in:
parent
85a9c37b7f
commit
08ad9090a8
1 changed files with 15 additions and 15 deletions
|
|
@ -6,19 +6,6 @@ SourceCode: https://sourceforge.net/p/mathexpressionevaluator/code
|
|||
IssueTracker: https://sourceforge.net/p/mathexpressionevaluator/discussion
|
||||
|
||||
AutoName: Expression Evaluator
|
||||
Description: |-
|
||||
The program takes in mathematical expressions and evaluates them. Its a little
|
||||
bit more useful then a common calculator in that it handles variables. The look
|
||||
and feel is more towards a programming language. Simplified version of MathCad
|
||||
or Linux octave.
|
||||
|
||||
Example input:
|
||||
|
||||
apple = 12, orange = 7 (apple/2 + orange)*10
|
||||
|
||||
Example output:
|
||||
|
||||
130.0
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.code.sf.net/p/mathexpressionevaluator/code
|
||||
|
|
@ -29,7 +16,20 @@ Builds:
|
|||
commit: bf1952
|
||||
target: android-10
|
||||
|
||||
- versionName: '1.2'
|
||||
versionCode: 102
|
||||
commit: b0d6a75bf419a3bdb987caf0e49c477626581b62
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ant
|
||||
- rm -fr /opt/android-sdk/build-tools/*
|
||||
- sdkmanager 'build-tools;36.0.0' 'build-tools;30.0.3' 'platforms;android-36'
|
||||
- cp /opt/android-sdk/build-tools/30.0.3/lib/dx.jar /opt/android-sdk/build-tools/36.0.0/lib/dx.jar
|
||||
- cp /opt/android-sdk/build-tools/30.0.3/dx /opt/android-sdk/build-tools/36.0.0/dx
|
||||
prebuild: echo -e 'java.target=1.8\njava.source=1.8' > ant.properties
|
||||
target: android-36
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.1'
|
||||
CurrentVersionCode: 101
|
||||
CurrentVersion: '1.2'
|
||||
CurrentVersionCode: 102
|
||||
|
|
|
|||
Loading…
Reference in a new issue