mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
catima - update, aum
This commit is contained in:
parent
fa94fd4e4f
commit
23710de227
1 changed files with 13 additions and 1 deletions
|
|
@ -873,7 +873,19 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
- versionName: 2.29.1
|
||||
versionCode: 135
|
||||
commit: d5856e79749318c0f610614450031dd34474c114
|
||||
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.29.1
|
||||
CurrentVersionCode: 135
|
||||
|
|
|
|||
Loading…
Reference in a new issue