mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-16 04:26:28 +00:00
46 lines
1.5 KiB
YAML
46 lines
1.5 KiB
YAML
Categories:
|
|
- Security
|
|
- System
|
|
License: MIT
|
|
AuthorName: Pranav Purwar
|
|
AuthorEmail: purwarpranav80@gmail.com
|
|
SourceCode: https://github.com/PranavPurwar/AppLock
|
|
IssueTracker: https://github.com/PranavPurwar/AppLock/issues
|
|
|
|
AutoName: App Lock
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/PranavPurwar/AppLock.git
|
|
Binaries: https://github.com/PranavPurwar/AppLock/releases/download/v%v/app-release.apk
|
|
|
|
Builds:
|
|
- versionName: '1.3'
|
|
versionCode: 4
|
|
commit: f96b187076576e9c89f88554ef043cde99eeb560
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
binary: https://github.com/PranavPurwar/AppLock/releases/download/v1.3.0/app-release.apk
|
|
|
|
- versionName: 1.5.1
|
|
versionCode: 8
|
|
disable: https://github.com/PranavPurwar/AppLock/issues/60
|
|
commit: 1bb2dff977ff130ae154e1213647d91a89b97887
|
|
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.5.1
|
|
CurrentVersionCode: 8
|