mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update Geotag video camera to 1.1.1 (60)
This commit is contained in:
parent
fb7d1c8655
commit
b0c9092221
1 changed files with 34 additions and 2 deletions
|
|
@ -53,6 +53,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.1
|
||||
versionCode: 57
|
||||
commit: 8a4dd76de56c64bc66b52a98ab0fa2d4f2b5fba5
|
||||
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.1
|
||||
versionCode: 58
|
||||
commit: 8a4dd76de56c64bc66b52a98ab0fa2d4f2b5fba5
|
||||
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.1
|
||||
versionCode: 59
|
||||
commit: 8a4dd76de56c64bc66b52a98ab0fa2d4f2b5fba5
|
||||
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.1
|
||||
versionCode: 60
|
||||
commit: 8a4dd76de56c64bc66b52a98ab0fa2d4f2b5fba5
|
||||
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
|
||||
|
|
@ -62,5 +94,5 @@ VercodeOperation:
|
|||
- '%c - 2'
|
||||
- '%c - 1'
|
||||
- '%c'
|
||||
CurrentVersion: 1.0.4
|
||||
CurrentVersionCode: 50
|
||||
CurrentVersion: 1.1.1
|
||||
CurrentVersionCode: 60
|
||||
|
|
|
|||
Loading…
Reference in a new issue