diff --git a/metadata/com.quitter.app.yml b/metadata/com.quitter.app.yml index 11a4fdaa0f..338e44e602 100644 --- a/metadata/com.quitter.app.yml +++ b/metadata/com.quitter.app.yml @@ -1432,6 +1432,135 @@ Builds: - mv $repo com.quitter.app ndk: r27 + - versionName: 1.0.98 + versionCode: 1001 + commit: 0b50079c835d6024befc9bdde0800b2c3059f634 + 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.98 + versionCode: 1002 + commit: 0b50079c835d6024befc9bdde0800b2c3059f634 + 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.98 + versionCode: 1003 + commit: 0b50079c835d6024befc9bdde0800b2c3059f634 + 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 @@ -1441,5 +1570,5 @@ VercodeOperation: - '%c * 10 + 2' - '%c * 10 + 3' UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.0.97 -CurrentVersionCode: 993 +CurrentVersion: 1.0.98 +CurrentVersionCode: 1003