mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
New App: Hacki
This commit is contained in:
parent
2f8e8a8a4a
commit
13cfe586ce
1 changed files with 41 additions and 0 deletions
41
metadata/com.jiaqifeng.hacki.yml
Normal file
41
metadata/com.jiaqifeng.hacki.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
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
|
||||
Loading…
Reference in a new issue