mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
New app: Canada Weather & Radar
This commit is contained in:
parent
ebad5f154f
commit
58bea04b48
1 changed files with 36 additions and 0 deletions
36
metadata/me.austinhuang.caweather.yml
Normal file
36
metadata/me.austinhuang.caweather.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeNet
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
AuthorName: Austin Huang & Dewey Dunnington
|
||||||
|
AuthorEmail: im@austinhuang.me
|
||||||
|
AuthorWebSite: https://austinhuang.me
|
||||||
|
SourceCode: https://github.com/austinhuang0131/CanadaWeather
|
||||||
|
IssueTracker: https://github.com/austinhuang0131/CanadaWeather/issues
|
||||||
|
Changelog: https://github.com/austinhuang0131/CanadaWeather/releases
|
||||||
|
Donate: https://austinhuang.me/donate
|
||||||
|
Liberapay: austinhuang
|
||||||
|
|
||||||
|
Name: Canada Weather & Radar
|
||||||
|
AutoName: Canada Weather
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/austinhuang0131/CanadaWeather.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '2.4'
|
||||||
|
versionCode: 42
|
||||||
|
commit: v2.4
|
||||||
|
subdir: canadaWeather
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '2.4'
|
||||||
|
CurrentVersionCode: 42
|
||||||
Loading…
Reference in a new issue