catima - remove soft-repro for this version

This commit is contained in:
Licaon_Kter 2024-03-12 11:57:24 +00:00
parent a1fce79186
commit 2163443863

View file

@ -857,20 +857,14 @@ Builds:
- versionName: 2.28.0
versionCode: 133
disable: https://github.com/CatimaLoyalty/Android/pull/1781
commit: 03a5a382e9ebb74226f0cea387579fa544ac656b
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
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"
gradle:
- yes
AutoUpdateMode: Version
UpdateCheckMode: Tags