mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Clima to 3.3.0 (203)
This commit is contained in:
parent
f3ebc4ddff
commit
f9631e98a0
1 changed files with 56 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue