fdroiddata/metadata/dev.pranav.applock.yml
linsui ff594d7193 remove disabled versions
for f in $(rg --files-with-matches '^    disable: ' metadata/*.yml); do
  yq -i '(.VercodeOperation // "a" | length) as $num | .Builds |=
((.[:(0 - $num)] | filter(has("disable") | not)) + .[(0 - $num):])' $f;
done
fdroid rewritemeta
2025-11-12 20:24:51 +08:00

45 lines
1.4 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: 2.0.0
versionCode: 200
commit: 039c5fc12dfb818b2f3ba09a9088071d6aeeffc6
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: 2.0.0
CurrentVersionCode: 200