mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
New app: Anchr
This commit is contained in:
parent
54360b69b7
commit
dcaa6864fd
1 changed files with 33 additions and 0 deletions
33
metadata/io.muetsch.anchrandroid.yml
Normal file
33
metadata/io.muetsch.anchrandroid.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- Development
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Ferdinand Mütsch
|
||||
AuthorEmail: ferdinand@muetsch.io
|
||||
AuthorWebSite: https://muetsch.io
|
||||
WebSite: https://github.com/muety/anchr-android
|
||||
SourceCode: https://github.com/muety/anchr-android/tree/HEAD
|
||||
IssueTracker: https://github.com/muety/anchr-android/issues
|
||||
|
||||
Name: Anchr for Android
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/muety/anchr-android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.1
|
||||
versionCode: 29
|
||||
commit: 1.2.1
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@2.0.2
|
||||
rm:
|
||||
- ios
|
||||
prebuild: $$flutter$$/bin/flutter pub get
|
||||
build: $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/muety/anchr-android/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 29
|
||||
Loading…
Reference in a new issue