Update Aves Libre to 1.13.3 (15404)

This commit is contained in:
F-Droid checkupdates bot 2025-06-26 04:34:31 +00:00 committed by Licaon_Kter
parent 4e2a6d2448
commit 3068d1be6b

View file

@ -4322,6 +4322,93 @@ Builds:
- ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
--target-platform="android-x64"
- versionName: 1.13.3
versionCode: 15401
commit: fae70f4af0a9947f7a3c7f6f27db41d7a40ff90f
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
- sed -i -e '/foojay/d' android/settings.gradle.kts
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.13.3
versionCode: 15402
commit: fae70f4af0a9947f7a3c7f6f27db41d7a40ff90f
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
- sed -i -e '/foojay/d' android/settings.gradle.kts
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.13.3
versionCode: 15404
commit: fae70f4af0a9947f7a3c7f6f27db41d7a40ff90f
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
- sed -i -e '/foojay/d' android/settings.gradle.kts
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.
@ -4332,5 +4419,5 @@ VercodeOperation:
- '%c * 100 + 2'
- '%c * 100 + 4'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.13.2
CurrentVersionCode: 15304
CurrentVersion: 1.13.3
CurrentVersionCode: 15404