fdroiddata/metadata/com.aistra.hail.yml

80 lines
2.1 KiB
YAML
Raw Normal View History

2022-02-16 16:30:52 +00:00
Categories:
- System
License: GPL-3.0-or-later
AuthorName: 艾星 Aistra
SourceCode: https://github.com/aistra0528/Hail
IssueTracker: https://github.com/aistra0528/Hail/issues
Changelog: https://github.com/aistra0528/Hail/releases
Donate: https://paypal.me/aistra0528
AutoName: Hail
RepoType: git
Repo: https://github.com/aistra0528/Hail.git
Builds:
- versionName: 0.9.0
versionCode: 11
commit: 1ed732659c2d7dda2568ed68f5da01931856ff0d
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml
2022-02-22 04:35:20 +00:00
- versionName: 0.9.2
versionCode: 13
commit: 9b909eb462089034a72eac0c0c96776eb775a7ff
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml
2022-03-07 04:42:34 +00:00
- versionName: 0.9.3
versionCode: 14
commit: 58a11ef8b12261c3cadf7d1720215b7024f8128f
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml
2022-04-11 04:51:01 +00:00
- versionName: 0.9.4
versionCode: 15
commit: f95b5c6d7f5ebc413cd7ac2abb0be2d3e610102e
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml
2022-07-04 04:33:50 +00:00
- versionName: 0.9.5
versionCode: 16
commit: ec7f752569a780f88d353ff362c09244132f579f
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml
2022-02-16 16:30:52 +00:00
AutoUpdateMode: Version
UpdateCheckMode: Tags
2022-07-04 04:33:50 +00:00
CurrentVersion: 0.9.5
CurrentVersionCode: 16