mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-26 16:54:09 +00:00
42 lines
1 KiB
YAML
42 lines
1 KiB
YAML
|
|
AntiFeatures:
|
||
|
|
- NonFreeNet
|
||
|
|
Categories:
|
||
|
|
- Internet
|
||
|
|
- Reading
|
||
|
|
License: GPL-3.0-only
|
||
|
|
AuthorName: Jiaqi Feng
|
||
|
|
AuthorEmail: georgefung98@gmail.com
|
||
|
|
SourceCode: https://github.com/Livinglist/Hacki
|
||
|
|
IssueTracker: https://github.com/Livinglist/Hacki/issues
|
||
|
|
Liberapay: jfeng_for_open_source
|
||
|
|
|
||
|
|
AutoName: hacki
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://github.com/Livinglist/Hacki.git
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: 0.2.1
|
||
|
|
versionCode: 32
|
||
|
|
commit: f70377d99c6b4a5038fb33b7255b5afb4d16929f
|
||
|
|
sudo:
|
||
|
|
- apt-get update || apt-get update
|
||
|
|
- apt-get install -y openjdk-11-jdk-headless
|
||
|
|
- update-alternatives --auto java
|
||
|
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||
|
|
srclibs:
|
||
|
|
- flutter@2.10.1
|
||
|
|
rm:
|
||
|
|
- ios
|
||
|
|
- test
|
||
|
|
build:
|
||
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
||
|
|
- $$flutter$$/bin/flutter packages pub get
|
||
|
|
- $$flutter$$/bin/flutter build apk
|
||
|
|
|
||
|
|
AutoUpdateMode: Version
|
||
|
|
UpdateCheckMode: Tags
|
||
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||
|
|
CurrentVersion: 0.2.1
|
||
|
|
CurrentVersionCode: 32
|