mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Update Geotag video camera to 1.1.2 (70)
This commit is contained in:
parent
abfb5831b4
commit
c50d93ab4a
1 changed files with 37 additions and 2 deletions
|
|
@ -53,8 +53,43 @@ Builds:
|
||||||
binary: https://github.com/mlm-games/geotag-video-camera/releases/download/%v/geotag_camera-%v-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
|
build: gradle assembleRelease -PtargetAbi=arm64-v8a
|
||||||
|
|
||||||
|
- versionName: 1.1.2
|
||||||
|
versionCode: 67
|
||||||
|
commit: 906ae05a2c459b7de56e30db5130101efe60bccf
|
||||||
|
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.2
|
||||||
|
versionCode: 68
|
||||||
|
commit: 906ae05a2c459b7de56e30db5130101efe60bccf
|
||||||
|
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.2
|
||||||
|
versionCode: 69
|
||||||
|
commit: 906ae05a2c459b7de56e30db5130101efe60bccf
|
||||||
|
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.2
|
||||||
|
versionCode: 70
|
||||||
|
commit: 906ae05a2c459b7de56e30db5130101efe60bccf
|
||||||
|
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
|
AllowedAPKSigningKeys: 57f73d58f4049f378ba988eae6edd1cc8cd245e0647e0f83dd669c450f4d056e
|
||||||
|
|
||||||
|
MaintainerNotes: scanner might detect 'com/google/android/gms/location' and more from
|
||||||
|
'org.microg.gms:play-services-location`
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
@ -62,5 +97,5 @@ VercodeOperation:
|
||||||
- '%c - 2'
|
- '%c - 2'
|
||||||
- '%c - 1'
|
- '%c - 1'
|
||||||
- '%c'
|
- '%c'
|
||||||
CurrentVersion: 1.1.1
|
CurrentVersion: 1.1.2
|
||||||
CurrentVersionCode: 60
|
CurrentVersionCode: 70
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue