mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-06 18:56:25 +00:00
New app: org.quicksc0p3r.simplecounter
This commit is contained in:
parent
27ace0fb87
commit
e4ca5acf93
1 changed files with 36 additions and 0 deletions
36
metadata/org.quicksc0p3r.simplecounter.yml
Normal file
36
metadata/org.quicksc0p3r.simplecounter.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
AuthorName: quicksc0p3r
|
||||
SourceCode: https://github.com/quicksc0p3r/simplecounter
|
||||
IssueTracker: https://github.com/quicksc0p3r/simplecounter/issues
|
||||
Changelog: https://github.com/quicksc0p3r/simplecounter/releases
|
||||
|
||||
AutoName: Simple Counter
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/quicksc0p3r/simplecounter.git
|
||||
Binaries: https://github.com/quicksc0p3r/simplecounter/releases/download/%v/app-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 9
|
||||
commit: 1.0.1
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.3
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||
'META-INF/services/*'
|
||||
|
||||
AllowedAPKSigningKeys: 441ce818bc3afe616017f80d36c8a25cac0736e499802445c36fa838fdf1a238
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 9
|
||||
Loading…
Reference in a new issue