mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Canta to 3.1.1 (222)
This commit is contained in:
parent
f2639f19d7
commit
a5991e5637
1 changed files with 20 additions and 2 deletions
|
|
@ -69,10 +69,28 @@ Builds:
|
|||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; taskset -c 0-5
|
||||
gradle clean assembleRelease; done
|
||||
|
||||
- versionName: 3.1.1
|
||||
versionCode: 222
|
||||
commit: 4794fe5d415965589213df70a561680f737d5874
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/samolego/Canta/releases/download/%v/app-release.apk
|
||||
rm:
|
||||
- docs
|
||||
postbuild:
|
||||
- curl -Lo upstream.apk https://github.com/samolego/Canta/releases/download/$$VERSION$$/app-release.apk
|
||||
- unzip -q upstream.apk -d apk
|
||||
- export hash=$(sha256sum apk/assets/dexopt/baseline.prof)
|
||||
- rm -rf apk upstream.apk
|
||||
- for i in {1..10}; do unzip -q $$OUT$$ -d apk; sha256sum -c - <<< $hash &&
|
||||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; taskset -c 0-5
|
||||
gradle clean assembleRelease; done
|
||||
|
||||
AllowedAPKSigningKeys: 0a2640317c43272188c3e13194c15460691f12c39ea19bba727dd67fb56289d4
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/gradle.properties|version_code=(\d+)|.|version_name=(.+)
|
||||
CurrentVersion: 3.0.2
|
||||
CurrentVersionCode: 220
|
||||
CurrentVersion: 3.1.1
|
||||
CurrentVersionCode: 222
|
||||
|
|
|
|||
Loading…
Reference in a new issue