mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
catima - remove soft-repro for this version
This commit is contained in:
parent
a1fce79186
commit
2163443863
1 changed files with 2 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue