43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
|
Categories:
|
||
|
- Science & Education
|
||
|
License: Apache-2.0
|
||
|
SourceCode: https://github.com/Xlythe/android_packages_apps_Calculator
|
||
|
IssueTracker: https://github.com/Xlythe/android_packages_apps_Calculator/issues
|
||
|
|
||
|
AutoName: Calculator
|
||
|
Description: |-
|
||
|
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.
|
||
|
|
||
|
Continuation of [[com.android2.calculator3]].
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/Xlythe/android_packages_apps_Calculator.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '5.4'
|
||
|
versionCode: 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/
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: RepoManifest
|
||
|
CurrentVersion: '5.4'
|
||
|
CurrentVersionCode: 93
|