mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
New app: Fossify Calculator
This commit is contained in:
parent
ef4a4f06a5
commit
bafb656334
2 changed files with 37 additions and 2 deletions
|
|
@ -25,8 +25,9 @@ Builds:
|
|||
|
||||
AllowedAPKSigningKeys: affdb124d3f4720c2f98dbca9eacba0514fba4306e20a2786c861c3c0d6ff292
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
ArchivePolicy: 0
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
UpdateCheckData: gradle/libs.versions.toml|app-version-versionCode\s=\s"(\d+)"|.|app-version-versionName\s=\s"(.*)"
|
||||
CurrentVersion: 1.0.2
|
||||
CurrentVersionCode: 3
|
||||
|
|
|
|||
34
metadata/org.fossify.math.yml
Normal file
34
metadata/org.fossify.math.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Fossify
|
||||
AuthorEmail: hello@fossify.org
|
||||
WebSite: https://www.fossify.org
|
||||
SourceCode: https://github.com/FossifyOrg/Calculator
|
||||
IssueTracker: https://github.com/FossifyOrg/Calculator/issues
|
||||
Translation: https://hosted.weblate.org/projects/fossify/calculator/
|
||||
Donate: https://www.fossify.org/donate
|
||||
Liberapay: naveensingh
|
||||
Bitcoin: bc1q5flmuh5f3canqza07cfekjn64p2aqvd2w7pnn3
|
||||
|
||||
AutoName: Calculator
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/FossifyOrg/Calculator.git
|
||||
Binaries: https://github.com/FossifyOrg/Calculator/releases/download/%v/calculator-%c-foss-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.3
|
||||
versionCode: 4
|
||||
commit: c7470af609b9bbdc722d13b718add06d28c209f7
|
||||
subdir: app
|
||||
gradle:
|
||||
- foss
|
||||
|
||||
AllowedAPKSigningKeys: affdb124d3f4720c2f98dbca9eacba0514fba4306e20a2786c861c3c0d6ff292
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: gradle/libs.versions.toml|app-version-versionCode\s=\s"(\d+)"|.|app-version-versionName\s=\s"(.*)"
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue