mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Newapp: Snikket
This commit is contained in:
parent
ea268f3b40
commit
f05c22992b
1 changed files with 32 additions and 0 deletions
32
metadata/org.snikket.android.yml
Normal file
32
metadata/org.snikket.android.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Matthew Wild
|
||||
WebSite: https://snikket.org/
|
||||
SourceCode: https://github.com/snikket-im/snikket-android
|
||||
IssueTracker: https://github.com/snikket-im/snikket-android/issues
|
||||
Translation: https://www.transifex.com/siacs/conversations/
|
||||
Changelog: https://github.com/snikket-im/snikket-android/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: Snikket
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/snikket-im/snikket-android
|
||||
|
||||
Builds:
|
||||
- versionName: 2.6.3+fcr
|
||||
versionCode: 360
|
||||
commit: 2.6.3
|
||||
gradle:
|
||||
- conversationsFreeCompat
|
||||
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
|
||||
\ \ \ \ \ \ \ abortOnError\ false' build.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
We go back to targetSdk 25 so users can disable the foreground service (and
|
||||
annoying notification) if they choose to.
|
||||
|
||||
AutoUpdateMode: Version ++fcr %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.6.3
|
||||
CurrentVersionCode: 360
|
||||
Loading…
Reference in a new issue