mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Catima to 2.22.0 (118)
This commit is contained in:
parent
a511989123
commit
305d7d65b6
1 changed files with 14 additions and 2 deletions
|
|
@ -638,7 +638,19 @@ Builds:
|
|||
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
|
||||
- sha256sum -c <<< "$sha256sum build/outputs/apk/release/app-release-unsigned.apk"
|
||||
|
||||
- versionName: 2.22.0
|
||||
versionCode: 118
|
||||
commit: 729639e0e6132c2c6556a60594fdad3e5416bfe7
|
||||
subdir: app
|
||||
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild: gradle clean
|
||||
build:
|
||||
- gradle assembleRelease
|
||||
- sha256sum="$( curl -L https://github.com/CatimaLoyalty/Android/releases/download/v$$VERSION$$/SHA256SUMS
|
||||
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
|
||||
- sha256sum -c <<< "$sha256sum build/outputs/apk/release/app-release-unsigned.apk"
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.21.2
|
||||
CurrentVersionCode: 117
|
||||
CurrentVersion: 2.22.0
|
||||
CurrentVersionCode: 118
|
||||
|
|
|
|||
Loading…
Reference in a new issue