Update Quitter to 1.0.85 (873)

This commit is contained in:
checkupdates bot 2025-11-13 05:02:42 +00:00 committed by Licaon_Kter
parent 582924e9da
commit e4dae22ef5

View file

@ -658,6 +658,135 @@ Builds:
- mv $repo com.quitter.app
ndk: r27
- versionName: 1.0.85
versionCode: 871
commit: 8cd165fd1df1fedb82a2ddd9bd65c1e082d3f223
submodules: true
sudo:
- mkdir -p /home/runner/work/Quitter
- chown -R vagrant /home/runner
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
binary: https://github.com/brandonp2412/Quitter/releases/download/%v/app-x86_64-release.apk
rm:
- ios
- linux
- web
- windows
- macos
prebuild:
- export repo=/home/runner/work/Quitter/Quitter
- cd ..
- mv com.quitter.app $repo
- pushd $repo
- export PUB_CACHE=/home/runner/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- mv $PUB_CACHE .pub-cache
- popd
- mv $repo com.quitter.app
scanignore:
- flutter/bin/cache
- .pub-cache
scandelete:
- flutter
build:
- export repo=/home/runner/work/Quitter/Quitter
- cd ..
- mv com.quitter.app $repo
- pushd $repo
- export PUB_CACHE=/home/runner/.pub-cache
- mv .pub-cache $PUB_CACHE
- flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
- popd
- mv $repo com.quitter.app
ndk: r27
- versionName: 1.0.85
versionCode: 872
commit: 8cd165fd1df1fedb82a2ddd9bd65c1e082d3f223
submodules: true
sudo:
- mkdir -p /home/runner/work/Quitter
- chown vagrant -R /home/runner
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
binary: https://github.com/brandonp2412/Quitter/releases/download/%v/app-armeabi-v7a-release.apk
rm:
- ios
- linux
- web
- windows
- macos
prebuild:
- export repo=/home/runner/work/Quitter/Quitter
- cd ..
- mv com.quitter.app $repo
- pushd $repo
- export PUB_CACHE=/home/runner/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- mv $PUB_CACHE .pub-cache
- popd
- mv $repo com.quitter.app
scanignore:
- flutter/bin/cache
- .pub-cache
scandelete:
- flutter
build:
- export repo=/home/runner/work/Quitter/Quitter
- cd ..
- mv com.quitter.app $repo
- pushd $repo
- export PUB_CACHE=/home/runner/.pub-cache
- mv .pub-cache $PUB_CACHE
- flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
- popd
- mv $repo com.quitter.app
ndk: r27
- versionName: 1.0.85
versionCode: 873
commit: 8cd165fd1df1fedb82a2ddd9bd65c1e082d3f223
submodules: true
sudo:
- mkdir -p /home/runner/work/Quitter
- chown vagrant -R /home/runner
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
binary: https://github.com/brandonp2412/Quitter/releases/download/%v/app-arm64-v8a-release.apk
rm:
- ios
- linux
- web
- windows
- macos
prebuild:
- export repo=/home/runner/work/Quitter/Quitter
- cd ..
- mv com.quitter.app $repo
- pushd $repo
- export PUB_CACHE=/home/runner/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- mv $PUB_CACHE .pub-cache
- popd
- mv $repo com.quitter.app
scanignore:
- flutter/bin/cache
- .pub-cache
scandelete:
- flutter
build:
- export repo=/home/runner/work/Quitter/Quitter
- cd ..
- mv com.quitter.app $repo
- pushd $repo
- export PUB_CACHE=/home/runner/.pub-cache
- mv .pub-cache $PUB_CACHE
- flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
- popd
- mv $repo com.quitter.app
ndk: r27
AllowedAPKSigningKeys: 011ee1a6e4e5ecd675f67fbf3d78ad82614a7a7a3f24ed71cc9c417154a0f0fd
AutoUpdateMode: Version
@ -667,5 +796,5 @@ VercodeOperation:
- '%c * 10 + 2'
- '%c * 10 + 3'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.82
CurrentVersionCode: 843
CurrentVersion: 1.0.85
CurrentVersionCode: 873