From 7d89bc5e1c1fcd3df3df872f87ffdadda48df632 Mon Sep 17 00:00:00 2001 From: MLM Games <20348813-mlmstudios@users.noreply.gitlab.com> Date: Mon, 7 Apr 2025 12:37:32 +0000 Subject: [PATCH] Add geotag yml --- metadata/org.app.geotagvideocamera.yml | 66 ++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 metadata/org.app.geotagvideocamera.yml diff --git a/metadata/org.app.geotagvideocamera.yml b/metadata/org.app.geotagvideocamera.yml new file mode 100644 index 0000000000..55ce561441 --- /dev/null +++ b/metadata/org.app.geotagvideocamera.yml @@ -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