Update Aves Libre to 1.13.5 (15604)

This commit is contained in:
checkupdates bot 2025-07-24 04:40:17 +00:00 committed by linsui
parent 07555353dd
commit dc411f2e60

View file

@ -4497,6 +4497,93 @@ Builds:
- ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
--target-platform="android-x64"
- versionName: 1.13.5
versionCode: 15601
commit: b8d073eab6c12932876650b4d0574134aeeda81e
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.5
versionCode: 15602
commit: b8d073eab6c12932876650b4d0574134aeeda81e
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.5
versionCode: 15604
commit: b8d073eab6c12932876650b4d0574134aeeda81e
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.
@ -4507,5 +4594,5 @@ VercodeOperation:
- '%c * 100 + 2'
- '%c * 100 + 4'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.13.4
CurrentVersionCode: 15504
CurrentVersion: 1.13.5
CurrentVersionCode: 15604