mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
anihyou - retry
This commit is contained in:
parent
c3c738aeed
commit
b61f0c31ae
1 changed files with 23 additions and 2 deletions
|
|
@ -95,9 +95,30 @@ Builds:
|
|||
- yes
|
||||
prebuild: sed -i -e '/isEnable/s/true/false/' build.gradle.kts
|
||||
|
||||
- versionName: 1.3.5
|
||||
versionCode: 86
|
||||
commit: c0229e5c80cd8e51b9d08e5dd9adbfef69b2f711
|
||||
subdir: app
|
||||
output: build/outputs/apk/release/*.apk
|
||||
prebuild:
|
||||
- sed -i -e '/isEnable/s/true/false/' build.gradle.kts
|
||||
- gradle clean
|
||||
build:
|
||||
- mkdir upstream
|
||||
- pushd upstream
|
||||
- curl -L -o upstream.apk https://github.com/axiel7/AniHyou-android/releases/download/$$VERSION$$/anihyou-$$VERSION$$-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/*.apk; export localhash=$(sha256sum
|
||||
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
|
||||
]] && break ; popd; rm -fr local; done
|
||||
|
||||
AllowedAPKSigningKeys: 996ce09e45e3c1439b2e82c786ab5f8a61b5ea29390a4ebfc9a46a10b8ec7db0
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.3.4
|
||||
CurrentVersionCode: 78
|
||||
UpdateCheckData: version.properties|code = (\d+)|.|name = (.+)
|
||||
CurrentVersion: 1.3.5
|
||||
CurrentVersionCode: 86
|
||||
|
|
|
|||
Loading…
Reference in a new issue