mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 05:14:51 +00:00
Merge branch 'snikket' into 'master'
Newapp: Snikket See merge request fdroid/fdroiddata!6266
This commit is contained in:
commit
f63013daf2
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