mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
new app: com.pato05.uploadgram
This commit is contained in:
parent
506638e45c
commit
fc06b6e6f7
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