mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Merge branch 'mumla' into 'master'
New app: Mumla, a fork of Plumble, the Mumble client See merge request fdroid/fdroiddata!6595
This commit is contained in:
commit
c2af515f62
1 changed files with 36 additions and 0 deletions
36
metadata/se.lublin.mumla.yml
Normal file
36
metadata/se.lublin.mumla.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Daniel Lublin and contributors
|
||||
AuthorEmail: mumla@lublin.se
|
||||
WebSite: https://mumla-app.gitlab.io
|
||||
SourceCode: https://gitlab.com/quite/mumla
|
||||
IssueTracker: https://gitlab.com/quite/mumla/issues
|
||||
|
||||
AutoName: Mumla
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/quite/mumla.git
|
||||
|
||||
Builds:
|
||||
- versionName: 3.4.2
|
||||
versionCode: 76
|
||||
commit: 3.4.2
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- official
|
||||
rm:
|
||||
- libraries/humla/tools
|
||||
- libraries/humla/libs/humla-spongycastle/core/src/test/data
|
||||
build:
|
||||
- cd ../libraries/humla/libs/humla-spongycastle
|
||||
- gradle jar
|
||||
buildjni:
|
||||
- ../libraries/humla/src/main/jni
|
||||
ndk: r21
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^[^-]*$
|
||||
CurrentVersion: 3.4.2
|
||||
CurrentVersionCode: 76
|
||||
Loading…
Reference in a new issue