mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Add new dailyLog app
This commit is contained in:
parent
e2fcbf174f
commit
baf8f0d0af
1 changed files with 31 additions and 0 deletions
31
metadata/com.app.dailylog.yml
Normal file
31
metadata/com.app.dailylog.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/madCode/dailylog
|
||||
IssueTracker: https://github.com/madCode/dailylog/issues
|
||||
Changelog: https://github.com/madCode/dailylog/releases
|
||||
|
||||
AutoName: dailylog
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/madCode/dailylog.git
|
||||
Binaries: https://github.com/madCode/dailylog/releases/download/v%v/app-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 2.0.1
|
||||
versionCode: 2001
|
||||
commit: 3fe0df03ef7498ce3367541aac5a318ce93407fe
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 349d41f22f721c6faaf8dd70be387ff296effd33156baabcae79b3d068aff7e6
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.0.1
|
||||
CurrentVersionCode: 2001
|
||||
Loading…
Reference in a new issue