mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Add Mastodon
This commit is contained in:
parent
20b6eb372d
commit
6efbe44ca4
1 changed files with 35 additions and 0 deletions
35
metadata/org.joinmastodon.android.yml
Normal file
35
metadata/org.joinmastodon.android.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Connectivity
|
||||
- Multimedia
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://joinmastodon.org
|
||||
SourceCode: https://github.com/mastodon/mastodon-android
|
||||
IssueTracker: https://github.com/mastodon/mastodon-android/issues
|
||||
Translation: https://crowdin.com/project/mastodon-for-android
|
||||
Donate: https://www.patreon.com/mastodon
|
||||
|
||||
AutoName: Mastodon
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mastodon/mastodon-android.git
|
||||
Binaries: https://github.com/mastodon/mastodon-android/releases/download/v%v/mastodon-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.3
|
||||
versionCode: 39
|
||||
commit: v1.1.3
|
||||
subdir: mastodon
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.1.3
|
||||
CurrentVersionCode: 39
|
||||
Loading…
Reference in a new issue