mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
New app: Qalculate!
This commit is contained in:
parent
87b557a2a8
commit
b711d9b061
1 changed files with 68 additions and 0 deletions
68
metadata/com.jherkenhoff.qalculate.yml
Normal file
68
metadata/com.jherkenhoff.qalculate.yml
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-2.0-only
|
||||
AuthorName: Jost Herkenhoff
|
||||
SourceCode: https://github.com/jherkenhoff/qalculate-android
|
||||
IssueTracker: https://github.com/jherkenhoff/qalculate-android/issues
|
||||
|
||||
AutoName: Qalculate!
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/jherkenhoff/qalculate-android
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.1
|
||||
versionCode: 21
|
||||
commit: acbe164930fe33cd9aa93420cfba92d7742c1f90
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/jherkenhoff/qalculate-android/releases/download/v%v/app-armeabi-v7a-release.apk
|
||||
gradleprops:
|
||||
- noSplits
|
||||
- ABI_FILTERS=armeabi-v7a
|
||||
|
||||
- versionName: 0.1.1
|
||||
versionCode: 22
|
||||
commit: acbe164930fe33cd9aa93420cfba92d7742c1f90
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/jherkenhoff/qalculate-android/releases/download/v%v/app-arm64-v8a-release.apk
|
||||
gradleprops:
|
||||
- noSplits
|
||||
- ABI_FILTERS=arm64-v8a
|
||||
|
||||
- versionName: 0.1.1
|
||||
versionCode: 23
|
||||
commit: acbe164930fe33cd9aa93420cfba92d7742c1f90
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/jherkenhoff/qalculate-android/releases/download/v%v/app-x86-release.apk
|
||||
gradleprops:
|
||||
- noSplits
|
||||
- ABI_FILTERS=x86
|
||||
|
||||
- versionName: 0.1.1
|
||||
versionCode: 24
|
||||
commit: acbe164930fe33cd9aa93420cfba92d7742c1f90
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/jherkenhoff/qalculate-android/releases/download/v%v/app-x86_64-release.apk
|
||||
gradleprops:
|
||||
- noSplits
|
||||
- ABI_FILTERS=x86_64
|
||||
|
||||
AllowedAPKSigningKeys: 356f9980e2c82d419f4a5327c6f2cdd150a3d170a2003c7d3e38ab1b75b2d331
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
VercodeOperation:
|
||||
- 10 * %c + 1
|
||||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
- 10 * %c + 4
|
||||
CurrentVersion: 0.1.1
|
||||
CurrentVersionCode: 24
|
||||
Loading…
Reference in a new issue