Update Catima to 2.36.0 (150)

This commit is contained in:
checkupdates bot 2025-08-06 05:40:04 +00:00
parent a20091eccd
commit a2b96d9c0f

View file

@ -1018,7 +1018,23 @@ Builds:
| grep -F app-foss-release-unsigned.apk | cut -c-64 | tr -cd '0-9a-f' )"
- sha256sum -c <<< "$sha256sum $$OUT$$"
- versionName: 2.36.0
versionCode: 150
commit: a514f285f71c33e22bb01fb6e54e5dbc233bfdfc
subdir: app
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
gradle:
- foss
postbuild:
- sha256sum="$( curl -L https://github.com/CatimaLoyalty/Android/releases/download/v$$VERSION$$/SHA256SUMS
| grep -F app-foss-release-unsigned.apk | cut -c-64 | tr -cd '0-9a-f' )"
- sha256sum -c <<< "$sha256sum $$OUT$$"
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.35.1
CurrentVersionCode: 149
CurrentVersion: 2.36.0
CurrentVersionCode: 150