mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-08 13:36:16 +00:00
New App: com.darkrockstudios.apps.hammer.android
This commit is contained in:
parent
faf08c94ea
commit
73c7e289a0
1 changed files with 33 additions and 0 deletions
33
metadata/com.darkrockstudios.apps.hammer.android.yml
Normal file
33
metadata/com.darkrockstudios.apps.hammer.android.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: MIT
|
||||
AuthorName: Adam Brown
|
||||
SourceCode: https://github.com/Wavesonics/hammer-editor
|
||||
IssueTracker: https://github.com/Wavesonics/hammer-editor/issues
|
||||
Changelog: https://github.com/Wavesonics/hammer-editor/releases
|
||||
|
||||
AutoName: Hammer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Wavesonics/hammer-editor
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.4
|
||||
versionCode: 26
|
||||
commit: f418e40bcbaa9101cdb9f1ec2262ebdceed44cac
|
||||
subdir: android
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
- common/src/commonMain/resources/raw/alice_in_wonderland_zip
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: gradle/libs.versions.toml|android_version_code = "(\d+)"|.|app =
|
||||
"([\d.]+)"
|
||||
CurrentVersion: 1.5.4
|
||||
CurrentVersionCode: 26
|
||||
Loading…
Reference in a new issue