mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Catima to 2.25.2 (129)
This commit is contained in:
parent
7b98ff355c
commit
6fa588cd75
1 changed files with 18 additions and 2 deletions
|
|
@ -790,7 +790,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.25.2
|
||||||
|
versionCode: 129
|
||||||
|
commit: a408f8d727fed79a2e3750a17831d216eceae9e4
|
||||||
|
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.25.1
|
CurrentVersion: 2.25.2
|
||||||
CurrentVersionCode: 128
|
CurrentVersionCode: 129
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue