mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 14:16:53 +00:00
Update Clipious to 1.19.0 (40453)
This commit is contained in:
parent
677c8d3aff
commit
a61ee1ffcd
1 changed files with 110 additions and 2 deletions
|
|
@ -127,6 +127,114 @@ Builds:
|
|||
- popd
|
||||
- mv /tmp/build com.github.lamarios.clipious
|
||||
|
||||
- versionName: 1.19.0
|
||||
versionCode: 40451
|
||||
commit: 34db296183c87c4fe3e874560bb66e27de212967
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/lamarios/clipious/releases/download/%v/app-x86_64-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
prebuild:
|
||||
- cd ..
|
||||
- mv com.github.lamarios.clipious /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build com.github.lamarios.clipious
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.github.lamarios.clipious /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter pub run flutter_native_splash:create
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv /tmp/build com.github.lamarios.clipious
|
||||
|
||||
- versionName: 1.19.0
|
||||
versionCode: 40452
|
||||
commit: 34db296183c87c4fe3e874560bb66e27de212967
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/lamarios/clipious/releases/download/%v/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
prebuild:
|
||||
- cd ..
|
||||
- mv com.github.lamarios.clipious /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build com.github.lamarios.clipious
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.github.lamarios.clipious /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter pub run flutter_native_splash:create
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv /tmp/build com.github.lamarios.clipious
|
||||
|
||||
- versionName: 1.19.0
|
||||
versionCode: 40453
|
||||
commit: 34db296183c87c4fe3e874560bb66e27de212967
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/lamarios/clipious/releases/download/%v/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
prebuild:
|
||||
- cd ..
|
||||
- mv com.github.lamarios.clipious /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build com.github.lamarios.clipious
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.github.lamarios.clipious /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter pub run flutter_native_splash:create
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv /tmp/build com.github.lamarios.clipious
|
||||
|
||||
AllowedAPKSigningKeys: 19de04e5d68466069d30ec63c6ba7d9e3cf73b5d61cb4b3762c2b9b253ecbd03
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -136,5 +244,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.18.0
|
||||
CurrentVersionCode: 40443
|
||||
CurrentVersion: 1.19.0
|
||||
CurrentVersionCode: 40453
|
||||
|
|
|
|||
Loading…
Reference in a new issue