mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
blackhole: 1.15.5
This commit is contained in:
parent
4aee2ce0a1
commit
131b3c79b2
1 changed files with 12 additions and 12 deletions
|
|
@ -15,29 +15,29 @@ RepoType: git
|
|||
Repo: https://github.com/Sangwan5688/BlackHole
|
||||
|
||||
Builds:
|
||||
- versionName: 1.15.2
|
||||
versionCode: 33
|
||||
disable: https://github.com/Sangwan5688/BlackHole/issues/345
|
||||
commit: a7812c3c3872c90b253742392f91e65967834c23
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- versionName: 1.15.5
|
||||
versionCode: 36
|
||||
commit: 8961f0399be934b36b25e0d4cecef76e0dd3f3c5
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.0
|
||||
- flutter@3.3.10
|
||||
rm:
|
||||
- docs
|
||||
- linux
|
||||
- ios
|
||||
- test
|
||||
- windows
|
||||
build:
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.15.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue