mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Add geotag yml
This commit is contained in:
parent
b347bc1c92
commit
7d89bc5e1c
1 changed files with 66 additions and 0 deletions
66
metadata/org.app.geotagvideocamera.yml
Normal file
66
metadata/org.app.geotagvideocamera.yml
Normal file
|
|
@ -0,0 +1,66 @@
|
||||||
|
AntiFeatures:
|
||||||
|
NonFreeNet:
|
||||||
|
en-US: May use maps and download images from non-free online services
|
||||||
|
Categories:
|
||||||
|
- Navigation
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
AuthorName: MLM Games
|
||||||
|
AuthorEmail: mlm.gamestudio@gmail.com
|
||||||
|
AuthorWebSite: https://ragebreaker.itch.io/
|
||||||
|
WebSite: https://github.com/mlm-games/geotag-video-camera
|
||||||
|
SourceCode: https://github.com/mlm-games/geotag-video-camera
|
||||||
|
IssueTracker: https://github.com/mlm-games/geotag-video-camera/issues
|
||||||
|
Changelog: https://github.com/mlm-games/geotag-video-camera/blob/HEAD/CHANGELOG.md
|
||||||
|
Donate: https://ragebreaker.itch.io/
|
||||||
|
Liberapay: mlm-games
|
||||||
|
|
||||||
|
AutoName: Geotag video camera
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/mlm-games/geotag-video-camera.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.4
|
||||||
|
versionCode: 47
|
||||||
|
commit: 87326f7fee836986e3f3a1d3914fd5ba85bd318a
|
||||||
|
subdir: app
|
||||||
|
output: build/outputs/apk/release/geotag_camera-*-x86.apk
|
||||||
|
binary: https://github.com/mlm-games/geotag-video-camera/releases/download/%v/geotag_camera-%v-x86.apk
|
||||||
|
build: gradle assembleRelease -PtargetAbi=x86
|
||||||
|
|
||||||
|
- versionName: 1.0.4
|
||||||
|
versionCode: 48
|
||||||
|
commit: 87326f7fee836986e3f3a1d3914fd5ba85bd318a
|
||||||
|
subdir: app
|
||||||
|
output: build/outputs/apk/release/*x86_64*.apk
|
||||||
|
binary: https://github.com/mlm-games/geotag-video-camera/releases/download/%v/geotag_camera-%v-x86_64.apk
|
||||||
|
build: gradle assembleRelease -PtargetAbi=x86_64
|
||||||
|
|
||||||
|
- versionName: 1.0.4
|
||||||
|
versionCode: 49
|
||||||
|
commit: 87326f7fee836986e3f3a1d3914fd5ba85bd318a
|
||||||
|
subdir: app
|
||||||
|
output: build/outputs/apk/release/*armeabi-v7a*.apk
|
||||||
|
binary: https://github.com/mlm-games/geotag-video-camera/releases/download/%v/geotag_camera-%v-armeabi-v7a.apk
|
||||||
|
build: gradle assembleRelease -PtargetAbi=armeabi-v7a
|
||||||
|
|
||||||
|
- versionName: 1.0.4
|
||||||
|
versionCode: 50
|
||||||
|
commit: 87326f7fee836986e3f3a1d3914fd5ba85bd318a
|
||||||
|
subdir: app
|
||||||
|
output: build/outputs/apk/release/*arm64-v8a*.apk
|
||||||
|
binary: https://github.com/mlm-games/geotag-video-camera/releases/download/%v/geotag_camera-%v-arm64-v8a.apk
|
||||||
|
build: gradle assembleRelease -PtargetAbi=arm64-v8a
|
||||||
|
|
||||||
|
AllowedAPKSigningKeys: 4aed2f691df64a7b0fea25a6b8c80183c6dc520e049dac0178defa1d6472228f
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
VercodeOperation:
|
||||||
|
- '%c - 3'
|
||||||
|
- '%c - 2'
|
||||||
|
- '%c - 1'
|
||||||
|
- '%c'
|
||||||
|
CurrentVersion: 1.0.4
|
||||||
|
CurrentVersionCode: 50
|
||||||
Loading…
Reference in a new issue