mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'master' into 'master'
new app: com.pato05.uploadgram See merge request fdroid/fdroiddata!8506
This commit is contained in:
commit
31d5a464bf
1 changed files with 36 additions and 0 deletions
36
metadata/com.pato05.uploadgram.yml
Normal file
36
metadata/com.pato05.uploadgram.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
Categories:
|
||||||
|
- Connectivity
|
||||||
|
- Internet
|
||||||
|
- Multimedia
|
||||||
|
License: AGPL-3.0-only
|
||||||
|
SourceCode: https://github.com/pato05/uploadgram-app
|
||||||
|
IssueTracker: https://github.com/pato05/uploadgram-app/issues
|
||||||
|
Changelog: https://github.com/pato05/uploadgram-app/releases
|
||||||
|
|
||||||
|
Name: Uploadgram
|
||||||
|
AutoName: Uploadgram
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/pato05/uploadgram-app.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.0-beta.5
|
||||||
|
versionCode: 5
|
||||||
|
commit: v1.0.0-beta.5
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.0.1
|
||||||
|
rm:
|
||||||
|
- .vscode
|
||||||
|
- ios
|
||||||
|
- web
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: HTTP
|
||||||
|
UpdateCheckData: https://raw.githubusercontent.com/Pato05/uploadgram-app/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
|
CurrentVersion: 1.0.0
|
||||||
|
CurrentVersionCode: 5
|
||||||
Loading…
Reference in a new issue