mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Catima to 2.27.0 (132)
This commit is contained in:
parent
bcfd17653d
commit
e3fd4c8332
1 changed files with 18 additions and 2 deletions
|
|
@ -839,7 +839,23 @@ Builds:
|
||||||
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
|
| grep -F unsigned | cut -c-64 | tr -cd '0-9a-f' )"
|
||||||
- sha256sum -c <<< "$sha256sum build/outputs/apk/release/app-release-unsigned.apk"
|
- sha256sum -c <<< "$sha256sum build/outputs/apk/release/app-release-unsigned.apk"
|
||||||
|
|
||||||
|
- versionName: 2.27.0
|
||||||
|
versionCode: 132
|
||||||
|
commit: 84c343e41f4a09ee3fe6ee0924a3446ae325c4b7
|
||||||
|
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"
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.26.0
|
CurrentVersion: 2.27.0
|
||||||
CurrentVersionCode: 131
|
CurrentVersionCode: 132
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue