Update Catima to 2.30.0 (136)

This commit is contained in:
F-Droid checkupdates bot 2024-06-19 13:16:13 +00:00
parent f3564de2d7
commit 4f8c59a15e

View file

@ -885,7 +885,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.30.0
versionCode: 136
commit: 61d2e9545e0a8efdd49f0ee1cc9f3a922d4331aa
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
CurrentVersion: 2.30.0
CurrentVersionCode: 136