diff --git a/metadata/co.prestosole.clima.yml b/metadata/co.prestosole.clima.yml index 1b254cd988..cce207c7ac 100644 --- a/metadata/co.prestosole.clima.yml +++ b/metadata/co.prestosole.clima.yml @@ -399,6 +399,60 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - flutter/bin/flutter build apk --release --split-per-abi --target-platform=android-arm64 + - versionName: 3.2.1 + versionCode: 181 + commit: 8b5854c2e7cb9abb1c6e3d0ad4c40fb8f614a7b9 + submodules: true + output: build/app/outputs/flutter-apk/app-*-release.apk + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter config --no-analytics + - flutter/bin/flutter pub get + scanignore: + - flutter/bin/cache + scandelete: + - flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter build apk --release --split-per-abi --target-platform=android-x64 + + - versionName: 3.2.1 + versionCode: 182 + commit: 8b5854c2e7cb9abb1c6e3d0ad4c40fb8f614a7b9 + submodules: true + output: build/app/outputs/flutter-apk/app-*-release.apk + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter config --no-analytics + - flutter/bin/flutter pub get + scanignore: + - flutter/bin/cache + scandelete: + - flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter build apk --release --split-per-abi --target-platform=android-arm + + - versionName: 3.2.1 + versionCode: 183 + commit: 8b5854c2e7cb9abb1c6e3d0ad4c40fb8f614a7b9 + submodules: true + output: build/app/outputs/flutter-apk/app-*-release.apk + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter config --no-analytics + - flutter/bin/flutter pub get + scanignore: + - flutter/bin/cache + scandelete: + - flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter build apk --release --split-per-abi --target-platform=android-arm64 + MaintainerNotes: all sources are CC-BY, so this is not NonFreeNet but rather TetheredNet AutoUpdateMode: Version @@ -408,5 +462,5 @@ VercodeOperation: - '%c * 10 + 2' - '%c * 10 + 3' UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 3.2.0 -CurrentVersionCode: 173 +CurrentVersion: 3.2.1 +CurrentVersionCode: 183