Update Catima to 2.31.1 (138)

This commit is contained in:
F-Droid checkupdates bot 2024-08-24 12:41:07 +00:00
parent a6a6152714
commit 9564b86c6e

View file

@ -908,7 +908,18 @@ Builds:
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
- sha256sum -c <<< "$sha256sum $$OUT$$"
- versionName: 2.31.1
versionCode: 138
commit: 1c8c4924000a198e93156126069ab6b9d9147fbb
subdir: app
gradle:
- yes
postbuild:
- 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 $$OUT$$"
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.31.0
CurrentVersionCode: 137
CurrentVersion: 2.31.1
CurrentVersionCode: 138