mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
aves.libre - disable gms, scan cache
This commit is contained in:
parent
43c475d723
commit
c9fa168273
1 changed files with 18 additions and 3 deletions
|
|
@ -247,10 +247,12 @@ Builds:
|
||||||
|
|
||||||
- versionName: 1.8.0
|
- versionName: 1.8.0
|
||||||
versionCode: 9101
|
versionCode: 9101
|
||||||
|
disable: https://github.com/deckerst/aves/issues/532
|
||||||
commit: 52984168192b65ef9bf7b5da37f9a79a3e2d7499
|
commit: 52984168192b65ef9bf7b5da37f9a79a3e2d7499
|
||||||
submodules: true
|
submodules: true
|
||||||
output: build/app/outputs/flutter-apk/app-*-libre-release.apk
|
output: build/app/outputs/flutter-apk/app-*-libre-release.apk
|
||||||
prebuild:
|
prebuild:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- ./flutterw config --no-analytics
|
- ./flutterw config --no-analytics
|
||||||
- scripts/update_flutter_version.sh
|
- scripts/update_flutter_version.sh
|
||||||
- scripts/apply_flavor_libre.sh
|
- scripts/apply_flavor_libre.sh
|
||||||
|
|
@ -261,15 +263,20 @@ Builds:
|
||||||
- android/build.gradle
|
- android/build.gradle
|
||||||
scandelete:
|
scandelete:
|
||||||
- .flutter/dev/integration_tests
|
- .flutter/dev/integration_tests
|
||||||
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
|
||||||
--target-platform="android-arm"
|
--target-platform="android-arm"
|
||||||
|
|
||||||
- versionName: 1.8.0
|
- versionName: 1.8.0
|
||||||
versionCode: 9102
|
versionCode: 9102
|
||||||
|
disable: https://github.com/deckerst/aves/issues/532
|
||||||
commit: 52984168192b65ef9bf7b5da37f9a79a3e2d7499
|
commit: 52984168192b65ef9bf7b5da37f9a79a3e2d7499
|
||||||
submodules: true
|
submodules: true
|
||||||
output: build/app/outputs/flutter-apk/app-*-libre-release.apk
|
output: build/app/outputs/flutter-apk/app-*-libre-release.apk
|
||||||
prebuild:
|
prebuild:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- ./flutterw config --no-analytics
|
- ./flutterw config --no-analytics
|
||||||
- scripts/update_flutter_version.sh
|
- scripts/update_flutter_version.sh
|
||||||
- scripts/apply_flavor_libre.sh
|
- scripts/apply_flavor_libre.sh
|
||||||
|
|
@ -280,15 +287,20 @@ Builds:
|
||||||
- android/build.gradle
|
- android/build.gradle
|
||||||
scandelete:
|
scandelete:
|
||||||
- .flutter/dev/integration_tests
|
- .flutter/dev/integration_tests
|
||||||
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
|
||||||
--target-platform="android-arm64"
|
--target-platform="android-arm64"
|
||||||
|
|
||||||
- versionName: 1.8.0
|
- versionName: 1.8.0
|
||||||
versionCode: 9104
|
versionCode: 9104
|
||||||
|
disable: https://github.com/deckerst/aves/issues/532
|
||||||
commit: 52984168192b65ef9bf7b5da37f9a79a3e2d7499
|
commit: 52984168192b65ef9bf7b5da37f9a79a3e2d7499
|
||||||
submodules: true
|
submodules: true
|
||||||
output: build/app/outputs/flutter-apk/app-*-libre-release.apk
|
output: build/app/outputs/flutter-apk/app-*-libre-release.apk
|
||||||
prebuild:
|
prebuild:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- ./flutterw config --no-analytics
|
- ./flutterw config --no-analytics
|
||||||
- scripts/update_flutter_version.sh
|
- scripts/update_flutter_version.sh
|
||||||
- scripts/apply_flavor_libre.sh
|
- scripts/apply_flavor_libre.sh
|
||||||
|
|
@ -299,7 +311,10 @@ Builds:
|
||||||
- android/build.gradle
|
- android/build.gradle
|
||||||
scandelete:
|
scandelete:
|
||||||
- .flutter/dev/integration_tests
|
- .flutter/dev/integration_tests
|
||||||
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
|
||||||
--target-platform="android-x64"
|
--target-platform="android-x64"
|
||||||
|
|
||||||
MaintainerNotes: scanignore is used to skip lint false positives triggered by Google/Huawei
|
MaintainerNotes: scanignore is used to skip lint false positives triggered by Google/Huawei
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue