diff --git a/metadata/co.prestosole.clima.yml b/metadata/co.prestosole.clima.yml index 8aa2ca2d40..57547e1fc6 100644 --- a/metadata/co.prestosole.clima.yml +++ b/metadata/co.prestosole.clima.yml @@ -531,6 +531,60 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - flutter/bin/flutter build apk --release --split-per-abi --target-platform=android-arm64 + - versionName: 3.3.0 + versionCode: 201 + commit: be1edbc40e5e0fc76f7cb9a992272c901b0bd6e2 + 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.3.0 + versionCode: 202 + commit: be1edbc40e5e0fc76f7cb9a992272c901b0bd6e2 + 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.3.0 + versionCode: 203 + commit: be1edbc40e5e0fc76f7cb9a992272c901b0bd6e2 + 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 @@ -540,5 +594,5 @@ VercodeOperation: - '%c * 10 + 2' - '%c * 10 + 3' UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 3.2.2 -CurrentVersionCode: 193 +CurrentVersion: 3.3.0 +CurrentVersionCode: 203