mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Open Food Facts to 4.17.1 (1405)
This commit is contained in:
parent
2f03c40a78
commit
ef5eac4e58
1 changed files with 41 additions and 2 deletions
|
|
@ -742,8 +742,47 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- $$flutter$$/bin/flutter build apk -t lib/entrypoints/android/main_fdroid.dart
|
- $$flutter$$/bin/flutter build apk -t lib/entrypoints/android/main_fdroid.dart
|
||||||
|
|
||||||
|
- versionName: 4.17.1
|
||||||
|
versionCode: 1405
|
||||||
|
commit: v4.17.1
|
||||||
|
subdir: packages/smooth_app
|
||||||
|
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/apk/release/app-release-unsigned.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- packages/smooth_app/ios
|
||||||
|
- packages/scanner/ml_kit
|
||||||
|
- packages/app_store/google_play
|
||||||
|
- packages/app_store/apple_app_store
|
||||||
|
prebuild:
|
||||||
|
- git -C $$flutter$$ checkout -f $(cat ../../flutter-version.txt)
|
||||||
|
- sed -i -e '/ml_kit/d' -e '/apple_/d' -e '/google_play/d' -e 's/version:.*/version:\
|
||||||
|
$$VERSION$$+$$VERCODE$$/' pubspec.yaml
|
||||||
|
- sed -i -e 's|app_flutter/smoothie.db|smoothie.db|' android/app/src/main/res/xml/backup_scheme.xml
|
||||||
|
- pushd android
|
||||||
|
- grep -rli 'org.openfoodfacts.scanner' * | xargs -i@ sed -i 's/org.openfoodfacts.scanner/openfoodfacts.github.scrachx.openfood/g'
|
||||||
|
@
|
||||||
|
- popd
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
scanignore:
|
||||||
|
- packages/app_store/uri_store/pubspec.yaml
|
||||||
|
- packages/app_store/shared/pubspec.yaml
|
||||||
|
- packages/scanner/shared/pubspec.yaml
|
||||||
|
- packages/scanner/zxing/pubspec.yaml
|
||||||
|
scandelete:
|
||||||
|
- packages/smooth_app/.pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk -t lib/entrypoints/android/main_fdroid.dart
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://github.com/openfoodfacts/smooth-app/releases/latest/download/version-code.txt|(\d+)|https://github.com/openfoodfacts/smooth-app/releases/latest|releases/tag/v([\d.]+)
|
UpdateCheckData: https://github.com/openfoodfacts/smooth-app/releases/latest/download/version-code.txt|(\d+)|https://github.com/openfoodfacts/smooth-app/releases/latest|releases/tag/v([\d.]+)
|
||||||
CurrentVersion: 4.17.0
|
CurrentVersion: 4.17.1
|
||||||
CurrentVersionCode: 1402
|
CurrentVersionCode: 1405
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue