mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update NFC Alarm Clock to 12.5.4 (477)
This commit is contained in:
parent
73e1408733
commit
4375b72315
1 changed files with 19 additions and 2 deletions
|
|
@ -65,9 +65,26 @@ Builds:
|
|||
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
||||
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
|
||||
|
||||
- versionName: 12.5.4
|
||||
versionCode: 477
|
||||
commit: bad7b7da229b76d6b953ea08ef1f52663e51a4d2
|
||||
subdir: app
|
||||
output: build/outputs/apk/foss/release/nfc_alarm_clock_*-foss-release-unsigned.apk
|
||||
build:
|
||||
- mkdir upstream
|
||||
- pushd upstream
|
||||
- curl -L -o upstream.apk https://github.com/gabeg805/NFC-Alarm-Clock/releases/download/v$$VERSION$$/nfc_alarm_clock_v$$VERSION$$-foss-release.apk
|
||||
- unzip -q upstream.apk
|
||||
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
|
||||
- popd
|
||||
- for i in {1..10}; do gradle clean assembleFossRelease; mkdir local; pushd
|
||||
local; unzip -q ../build/outputs/apk/foss/release/nfc_alarm_clock_*-release-unsigned.apk;
|
||||
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
||||
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
|
||||
|
||||
AllowedAPKSigningKeys: 541422f271375eccad5cf57cfb25792dc3b059839a1b11cc4886cc3b6c378fba
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 12.5.3
|
||||
CurrentVersionCode: 474
|
||||
CurrentVersion: 12.5.4
|
||||
CurrentVersionCode: 477
|
||||
|
|
|
|||
Loading…
Reference in a new issue