Update Catima to 2.23.1 (121)

This commit is contained in:
F-Droid checkupdates bot 2023-05-28 15:00:06 +00:00
parent e654deb8b3
commit 85afd8e76c

View file

@ -674,7 +674,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.23.1
versionCode: 121
commit: 9e0e8bab75157a8e27b71f2c47ca682ddc509a5c
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.23.0
CurrentVersionCode: 120
CurrentVersion: 2.23.1
CurrentVersionCode: 121