Update Aves Libre to 1.11.18 (13704)

This commit is contained in:
F-Droid checkupdates bot 2024-11-19 13:27:48 +00:00 committed by Licaon_Kter
parent e2d8af555a
commit 3428c17c79

View file

@ -2972,6 +2972,90 @@ Builds:
- ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
--target-platform="android-x64"
- versionName: 1.11.18
versionCode: 13701
commit: c62e68399c852c76298137f57316561b51d0a032
submodules: true
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-*-libre-release.apk
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw config --no-analytics
- scripts/update_flutter_version.sh
- scripts/apply_flavor_libre.sh
scanignore:
- .flutter/bin/cache/artifacts
- .flutter/bin/cache/dart-sdk
- .flutter/packages/flutter_tools/gradle
- android/build.gradle
scandelete:
- .flutter
- .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"
- versionName: 1.11.18
versionCode: 13702
commit: c62e68399c852c76298137f57316561b51d0a032
submodules: true
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-*-libre-release.apk
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw config --no-analytics
- scripts/update_flutter_version.sh
- scripts/apply_flavor_libre.sh
scanignore:
- .flutter/bin/cache/artifacts
- .flutter/bin/cache/dart-sdk
- .flutter/packages/flutter_tools/gradle
- android/build.gradle
scandelete:
- .flutter
- .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"
- versionName: 1.11.18
versionCode: 13704
commit: c62e68399c852c76298137f57316561b51d0a032
submodules: true
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-*-libre-release.apk
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw config --no-analytics
- scripts/update_flutter_version.sh
- scripts/apply_flavor_libre.sh
scanignore:
- .flutter/bin/cache/artifacts
- .flutter/bin/cache/dart-sdk
- .flutter/packages/flutter_tools/gradle
- android/build.gradle
scandelete:
- .flutter
- .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"
MaintainerNotes: scanignore is used to skip lint false positives triggered by Google/Huawei
repos and dependencies used by other flavors.
@ -2982,5 +3066,5 @@ VercodeOperation:
- '%c * 100 + 2'
- '%c * 100 + 4'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.11.17
CurrentVersionCode: 13604
CurrentVersion: 1.11.18
CurrentVersionCode: 13704