mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update app.fedilab.lite.yml
This commit is contained in:
parent
949e63a7d9
commit
caea851692
1 changed files with 19 additions and 8 deletions
|
|
@ -2,16 +2,16 @@ Categories:
|
|||
- Internet
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://fedilab.app
|
||||
SourceCode: https://codeberg.org/tom79/Fedilab_Lite
|
||||
SourceCode: https://framagit.org/tom79/fedilab
|
||||
IssueTracker: https://framagit.org/tom79/fedilab/issues
|
||||
Translation: https://crowdin.com/project/mastalab
|
||||
Changelog: https://codeberg.org/tom79/Fedilab_Lite/src/branch/master/CHANGELOG
|
||||
OpenCollective: mastalab
|
||||
Changelog: https://framagit.org/tom79/fedilab/-/tags
|
||||
Liberapay: tom79
|
||||
|
||||
AutoName: Fedilab
|
||||
AutoName: Fedilab Lite
|
||||
|
||||
RepoType: git
|
||||
Repo: https://codeberg.org/tom79/Fedilab_Lite.git
|
||||
Repo: https://framagit.org/tom79/fedilab.git
|
||||
|
||||
Builds:
|
||||
- versionName: 2.20.0
|
||||
|
|
@ -35,7 +35,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.37.0
|
||||
versionCode: 379
|
||||
commit: 2.37.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- lite
|
||||
prebuild:
|
||||
- sed -i -e '/jcenter()/a\ google()' ../build.gradle
|
||||
- sed -i -e '/playstoreImplementation/d' -e '/dl.bintray.com/d' -e 's/com.github.pengfeizhou.android.animation:glide-plugin:0.2.16/com.github.penfeizhou.APNG4Android:glide-plugin:0.2.8/'
|
||||
build.gradle
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.23.1
|
||||
CurrentVersionCode: 319
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
CurrentVersion: 2.37.0
|
||||
CurrentVersionCode: 379
|
||||
|
|
|
|||
Loading…
Reference in a new issue