mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-27 00:59:57 +00:00
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
|
|
AntiFeatures:
|
||
|
|
- NonFreeNet
|
||
|
|
Categories:
|
||
|
|
- Internet
|
||
|
|
License: GPL-3.0-only
|
||
|
|
AuthorName: Twidere Project
|
||
|
|
AuthorEmail: twidere.project@gmail.com
|
||
|
|
WebSite: https://twidere.com/
|
||
|
|
SourceCode: https://github.com/TwidereProject/TwidereX-Android
|
||
|
|
IssueTracker: https://github.com/TwidereProject/TwidereX-Android/issues
|
||
|
|
Translation: http://crowdin.net/project/twidere-x
|
||
|
|
Donate: https://paypal.me/yisiliu2
|
||
|
|
Bitcoin: 3HGDdf9ptTPNaY7C53gREMUnUsUVUoqm8G
|
||
|
|
|
||
|
|
AutoName: Twidere X
|
||
|
|
Description: |-
|
||
|
|
Next generation of Twidere for Android 5.0+. Still in early stage.
|
||
|
|
|
||
|
|
Development is focussed on Twitter and that service is the only one officially
|
||
|
|
supported.
|
||
|
|
|
||
|
|
You can donate via PayPal and Bitcoin here.
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://github.com/TwidereProject/TwidereX-Android
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: 1.0.3
|
||
|
|
versionCode: 15
|
||
|
|
commit: 1.0.3
|
||
|
|
subdir: app
|
||
|
|
sudo:
|
||
|
|
- apt-get update || apt-get update
|
||
|
|
- apt-get install -y openjdk-11-jdk
|
||
|
|
- update-alternatives --auto java
|
||
|
|
gradle:
|
||
|
|
- fdroid
|
||
|
|
prebuild: sed -i -e '/START Non-FOSS component/,/END Non-FOSS component/d' build.gradle
|
||
|
|
|
||
|
|
AutoUpdateMode: Version %v
|
||
|
|
UpdateCheckMode: Tags
|
||
|
|
CurrentVersion: 1.0.3
|
||
|
|
CurrentVersionCode: 15
|