mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Raccoon for RaccoonForLemmy to 1.13.5 (133)
This commit is contained in:
parent
0deb41820e
commit
27e9870187
1 changed files with 22 additions and 2 deletions
|
|
@ -96,9 +96,29 @@ Builds:
|
||||||
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
||||||
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
|
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
|
||||||
|
|
||||||
|
- versionName: 1.13.5
|
||||||
|
versionCode: 133
|
||||||
|
commit: 0083336b42f8b9fd207969b94e968d0665733803
|
||||||
|
subdir: androidApp
|
||||||
|
output: build/outputs/apk/release/RaccoonForLemmy-release-unsigned.apk
|
||||||
|
rm:
|
||||||
|
- iosApp
|
||||||
|
prebuild: sed -i -e '/isEnable/s/true/false/' build.gradle.kts
|
||||||
|
build:
|
||||||
|
- mkdir upstream
|
||||||
|
- pushd upstream
|
||||||
|
- curl -L -o upstream.apk https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy/releases/download/$$VERSION$$/RaccoonForLemmy-universal-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 assembleRelease; mkdir local; pushd local;
|
||||||
|
unzip -q ../build/outputs/apk/release/RaccoonForLemmy-release-unsigned.apk;
|
||||||
|
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
|
||||||
|
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 694761bc0a59476e4b6b7f39d27f75d030c2a9c0c2b1f68f5ff3985728fbdd7c
|
AllowedAPKSigningKeys: 694761bc0a59476e4b6b7f39d27f75d030c2a9c0c2b1f68f5ff3985728fbdd7c
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^[\d.]+$
|
UpdateCheckMode: Tags ^[\d.]+$
|
||||||
CurrentVersion: 1.13.4
|
CurrentVersion: 1.13.5
|
||||||
CurrentVersionCode: 132
|
CurrentVersionCode: 133
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue