Update Aves Libre to 1.11.15 (13404)

This commit is contained in:
F-Droid checkupdates bot 2024-10-09 10:11:11 +00:00
parent 368dd6510e
commit c01df83488

View file

@ -2720,6 +2720,90 @@ Builds:
- ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
--target-platform="android-x64"
- versionName: 1.11.15
versionCode: 13401
commit: e6afda2bc9fa56bc005dff0f93c29c67c684bf8a
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.15
versionCode: 13402
commit: e6afda2bc9fa56bc005dff0f93c29c67c684bf8a
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.15
versionCode: 13404
commit: e6afda2bc9fa56bc005dff0f93c29c67c684bf8a
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.
@ -2730,5 +2814,5 @@ VercodeOperation:
- '%c * 100 + 2'
- '%c * 100 + 4'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.11.13
CurrentVersionCode: 13204
CurrentVersion: 1.11.15
CurrentVersionCode: 13404