From 102af37b9149282a70eb5a3933004eb4d4e550d5 Mon Sep 17 00:00:00 2001 From: Alex Barry Date: Fri, 7 Jun 2024 16:24:17 -0700 Subject: [PATCH] New App: net.alexbarry.calc_android (AlexCalc) --- metadata/net.alexbarry.calc_android.yml | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/net.alexbarry.calc_android.yml diff --git a/metadata/net.alexbarry.calc_android.yml b/metadata/net.alexbarry.calc_android.yml new file mode 100644 index 0000000000..fda07248e8 --- /dev/null +++ b/metadata/net.alexbarry.calc_android.yml @@ -0,0 +1,32 @@ +Categories: + - Science & Education +License: AGPL-3.0-only +AuthorName: Alex Barry +WebSite: https://alexbarry.github.io/AlexCalc/ +SourceCode: https://github.com/alexbarry/AlexCalc +IssueTracker: https://github.com/alexbarry/AlexCalc/issues + +AutoName: AlexCalc + +RepoType: git +Repo: https://github.com/alexbarry/AlexCalc.git + +Builds: + - versionName: 1.0.5 + versionCode: 9 + commit: 7882d09d8f7a9002ce6e6f5f7d2902b37d7da731 + subdir: src/android/app + sudo: + - apt-get update + - apt-get install npm + gradle: + - universal + prebuild: + - sdkmanager 'cmake;3.22.1' + - cd src/main/assets/html + - npm install + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 1.0.5 +CurrentVersionCode: 9