mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update Geotag video camera to 1.1.5 (100)
This commit is contained in:
parent
579dfeb8c6
commit
7c9f197c12
1 changed files with 34 additions and 2 deletions
|
|
@ -85,6 +85,38 @@ Builds:
|
|||
binary: https://github.com/mlm-games/geotag-video-camera/releases/download/%v/geotag_camera-%v-arm64-v8a.apk
|
||||
build: gradle assembleRelease -PtargetAbi=arm64-v8a
|
||||
|
||||
- versionName: 1.1.5
|
||||
versionCode: 97
|
||||
commit: b71615fd3b3bb53980acc89349d2a0349281da51
|
||||
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.1.5
|
||||
versionCode: 98
|
||||
commit: b71615fd3b3bb53980acc89349d2a0349281da51
|
||||
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.1.5
|
||||
versionCode: 99
|
||||
commit: b71615fd3b3bb53980acc89349d2a0349281da51
|
||||
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.1.5
|
||||
versionCode: 100
|
||||
commit: b71615fd3b3bb53980acc89349d2a0349281da51
|
||||
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: 57f73d58f4049f378ba988eae6edd1cc8cd245e0647e0f83dd669c450f4d056e
|
||||
|
||||
MaintainerNotes: scanner might detect 'com/google/android/gms/location' and more from
|
||||
|
|
@ -97,5 +129,5 @@ VercodeOperation:
|
|||
- '%c - 2'
|
||||
- '%c - 1'
|
||||
- '%c'
|
||||
CurrentVersion: 1.1.4
|
||||
CurrentVersionCode: 90
|
||||
CurrentVersion: 1.1.5
|
||||
CurrentVersionCode: 100
|
||||
|
|
|
|||
Loading…
Reference in a new issue