mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Clima to 3.2.2 (193)
This commit is contained in:
parent
f529a7a631
commit
3869103cdd
1 changed files with 68 additions and 2 deletions
|
|
@ -465,6 +465,72 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --release --split-per-abi --target-platform=android-arm64
|
||||
|
||||
- versionName: 3.2.2
|
||||
versionCode: 191
|
||||
commit: 0998fd9fcfda20be686f881664eb6a27f7e3df52
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
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.2
|
||||
versionCode: 192
|
||||
commit: 0998fd9fcfda20be686f881664eb6a27f7e3df52
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
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.2
|
||||
versionCode: 193
|
||||
commit: 0998fd9fcfda20be686f881664eb6a27f7e3df52
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
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
|
||||
|
|
@ -474,5 +540,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 3.2.1
|
||||
CurrentVersionCode: 183
|
||||
CurrentVersion: 3.2.2
|
||||
CurrentVersionCode: 193
|
||||
|
|
|
|||
Loading…
Reference in a new issue