New App: Flare

This commit is contained in:
Tlaster 2025-10-04 08:23:48 +00:00 committed by linsui
parent a379283462
commit 7ce7a2cc3a

View file

@ -0,0 +1,40 @@
AntiFeatures:
NonFreeNet:
en-US: Rely on Google Translate for translation.
Categories:
- Internet
- News
- Social Network
License: GPL-3.0-only
AuthorName: Dimension
AuthorEmail: tlaster@mask.io
WebSite: https://flareapp.moe/
SourceCode: https://github.com/DimensionDev/Flare
IssueTracker: https://github.com/DimensionDev/Flare/issues
Translation: https://crowdin.com/project/flareapp
Changelog: https://github.com/DimensionDev/Flare/releases
AutoName: Flare
RepoType: git
Repo: https://github.com/DimensionDev/Flare.git
Builds:
- versionName: 1.0.3
versionCode: 1030
commit: 016fa4165e096f8852362c63175c535f5c41f5b7
subdir: app
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild: sed -i -e '/START Non-FOSS component/,/END Non-FOSS component/d' build.gradle.kts
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: fdroid.properties|versionCode=(\d+)||
CurrentVersion: 1.0.3
CurrentVersionCode: 1030