mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
com.spicychair.weather
This commit is contained in:
parent
6b452d135e
commit
dfcbdde753
1 changed files with 33 additions and 0 deletions
33
metadata/com.spicychair.weather.yml
Normal file
33
metadata/com.spicychair.weather.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
AuthorName: SpicyChair
|
||||
SourceCode: https://github.com/SpicyChair/pluvia_weather_flutter
|
||||
IssueTracker: https://github.com/SpicyChair/pluvia_weather_flutter/issues
|
||||
Changelog: https://github.com/SpicyChair/pluvia_weather_flutter/releases
|
||||
|
||||
AutoName: Pluvia
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SpicyChair/pluvia_weather_flutter
|
||||
|
||||
Builds:
|
||||
- versionName: 1.4.3
|
||||
versionCode: 24
|
||||
commit: v1.4.3-fix1
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@2.2.3
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.3
|
||||
CurrentVersionCode: 24
|
||||
Loading…
Reference in a new issue