Update Quitter to 1.0.99 (1013)

This commit is contained in:
checkupdates bot 2025-12-08 04:59:38 +00:00 committed by linsui
parent 7cd6ab35fc
commit ff378df633

View file

@ -1561,6 +1561,135 @@ Builds:
- mv $repo com.quitter.app
ndk: r27
- versionName: 1.0.99
versionCode: 1011
commit: 6497f6c8275a432f7e9403d2d96079bb462ec547
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.99
versionCode: 1012
commit: 6497f6c8275a432f7e9403d2d96079bb462ec547
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.99
versionCode: 1013
commit: 6497f6c8275a432f7e9403d2d96079bb462ec547
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
@ -1570,5 +1699,5 @@ VercodeOperation:
- '%c * 10 + 2'
- '%c * 10 + 3'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.98
CurrentVersionCode: 1003
CurrentVersion: 1.0.99
CurrentVersionCode: 1013