mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Newapp: Box, Box
This commit is contained in:
parent
7ea2c51aca
commit
4fc24e20ed
1 changed files with 34 additions and 0 deletions
34
metadata/org.brightdv.boxbox.yml
Normal file
34
metadata/org.brightdv.boxbox.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/BrightDV/BoxBox
|
||||
IssueTracker: https://github.com/BrightDV/BoxBox/issues
|
||||
|
||||
AutoName: Box, Box!
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/BrightDV/BoxBox.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.0
|
||||
versionCode: 5
|
||||
commit: eae2b50ef9aad93ce2245e27c031e98ed3856c63
|
||||
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@3.3.2
|
||||
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.1.0
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue