mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Split usageDirect into two app flavors
This commit is contained in:
parent
d4eca5267e
commit
9e2ffcf570
2 changed files with 28 additions and 3 deletions
24
metadata/godau.fynn.usagedirect.system.yml
Normal file
24
metadata/godau.fynn.usagedirect.system.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Fynn Godau
|
||||
AuthorEmail: fynngodau@mailbox.org
|
||||
SourceCode: https://codeberg.org/fynngodau/usageDirect
|
||||
IssueTracker: https://codeberg.org/fynngodau/usageDirect/issues
|
||||
|
||||
RepoType: git
|
||||
Repo: https://codeberg.org/fynngodau/usageDirect.git
|
||||
|
||||
Builds:
|
||||
- versionName: '0.5'
|
||||
versionCode: 6
|
||||
commit: 136007272236dabb99957054a44b58038a06b220
|
||||
subdir: Application
|
||||
init: rm -r ../metadata/database
|
||||
gradle:
|
||||
- system
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.5'
|
||||
CurrentVersionCode: 6
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Fynn Godau
|
||||
AuthorEmail: fynngodau@mailbox.org
|
||||
SourceCode: https://codeberg.org/fynngodau/usageDirect
|
||||
|
|
@ -49,10 +49,11 @@ Builds:
|
|||
|
||||
- versionName: '0.5'
|
||||
versionCode: 6
|
||||
commit: '0.5'
|
||||
commit: 136007272236dabb99957054a44b58038a06b220
|
||||
subdir: Application
|
||||
init: rm -r ../metadata/system
|
||||
gradle:
|
||||
- yes
|
||||
- database
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue