mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Quitter to 1.0.81 (833)
This commit is contained in:
parent
dd2db19aee
commit
2e6a51e1a5
1 changed files with 131 additions and 2 deletions
|
|
@ -400,6 +400,135 @@ Builds:
|
||||||
- mv $repo com.quitter.app
|
- mv $repo com.quitter.app
|
||||||
ndk: r27
|
ndk: r27
|
||||||
|
|
||||||
|
- versionName: 1.0.81
|
||||||
|
versionCode: 831
|
||||||
|
commit: 5f37855d3205e9458be7af7c7444e0e05a73e81c
|
||||||
|
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.81
|
||||||
|
versionCode: 832
|
||||||
|
commit: 5f37855d3205e9458be7af7c7444e0e05a73e81c
|
||||||
|
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.81
|
||||||
|
versionCode: 833
|
||||||
|
commit: 5f37855d3205e9458be7af7c7444e0e05a73e81c
|
||||||
|
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
|
AllowedAPKSigningKeys: 011ee1a6e4e5ecd675f67fbf3d78ad82614a7a7a3f24ed71cc9c417154a0f0fd
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
|
|
@ -409,5 +538,5 @@ VercodeOperation:
|
||||||
- '%c * 10 + 2'
|
- '%c * 10 + 2'
|
||||||
- '%c * 10 + 3'
|
- '%c * 10 + 3'
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.0.78
|
CurrentVersion: 1.0.81
|
||||||
CurrentVersionCode: 803
|
CurrentVersionCode: 833
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue