mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update App Lock to 1.4.1 (6)
This commit is contained in:
parent
a2a38adf8c
commit
d7112f05be
1 changed files with 17 additions and 2 deletions
|
|
@ -29,9 +29,24 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.4.1
|
||||
versionCode: 6
|
||||
commit: 2ae31212a61608f895a921c186ae4cc0ef62b2ee
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
postbuild:
|
||||
- curl -Lo upstream.apk https://github.com/PranavPurwar/AppLock/releases/download/v$$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 --cpu-list
|
||||
0-15 gradle clean assembleRelease; done
|
||||
|
||||
AllowedAPKSigningKeys: af7f36023c6a7750847252e5d4d14a992b621364600705e1d8b0fe44d1ac8c81
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 5
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue