Update Clima to 3.2.1 (183)

This commit is contained in:
F-Droid checkupdates bot 2023-12-09 04:14:12 +00:00
parent 65dde71b3b
commit c2101a6aba

View file

@ -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