mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Blackhole: disable
This commit is contained in:
parent
9f463b138b
commit
5ae0de7ae1
1 changed files with 3 additions and 24 deletions
|
|
@ -15,30 +15,9 @@ RepoType: git
|
|||
Repo: https://github.com/Sangwan5688/BlackHole
|
||||
|
||||
Builds:
|
||||
- versionName: 1.15.1
|
||||
versionCode: 32
|
||||
disable: https://github.com/Sangwan5688/BlackHole/issues/345
|
||||
commit: a0e06a674335b958265124cd8c49e686241b640d
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.4
|
||||
rm:
|
||||
- docs
|
||||
- linux
|
||||
- ios
|
||||
- test
|
||||
- windows
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.15.2
|
||||
versionCode: 33
|
||||
disable: https://github.com/Sangwan5688/BlackHole/issues/345
|
||||
commit: a7812c3c3872c90b253742392f91e65967834c23
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
|
|
@ -46,7 +25,7 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.4
|
||||
- flutter@3.3.0
|
||||
rm:
|
||||
- docs
|
||||
- linux
|
||||
|
|
@ -58,7 +37,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.15.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue