mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Clipious to 1.22.6 (40693)
This commit is contained in:
parent
3179ab851b
commit
6e8e903d9d
1 changed files with 110 additions and 2 deletions
|
|
@ -1855,6 +1855,114 @@ Builds:
|
|||
- popd
|
||||
- mv /tmp/build com.github.lamarios.clipious
|
||||
|
||||
- versionName: 1.22.6
|
||||
versionCode: 40691
|
||||
commit: 2dab36c8951f63dffa37d0c48db4f06e2bd10249
|
||||
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.22.6
|
||||
versionCode: 40692
|
||||
commit: 2dab36c8951f63dffa37d0c48db4f06e2bd10249
|
||||
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.22.6
|
||||
versionCode: 40693
|
||||
commit: 2dab36c8951f63dffa37d0c48db4f06e2bd10249
|
||||
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
|
||||
|
|
@ -1864,5 +1972,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.22.5
|
||||
CurrentVersionCode: 40683
|
||||
CurrentVersion: 1.22.6
|
||||
CurrentVersionCode: 40693
|
||||
|
|
|
|||
Loading…
Reference in a new issue