mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update Traintime PDA to 1.4.1 (253)
This commit is contained in:
parent
d587c7430d
commit
7f71ff1964
1 changed files with 131 additions and 2 deletions
|
|
@ -1200,6 +1200,135 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/traintime_pda io.github.benderblog.traintime_pda
|
||||
|
||||
- versionName: 1.4.1
|
||||
versionCode: 251
|
||||
commit: e52c612665e4af5e24567082ee56e7f8b858a831
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/BenderBlog/traintime_pda/releases/download/v%v/app-x86_64-release.apk
|
||||
rm:
|
||||
- .github
|
||||
- .vscode
|
||||
- ios
|
||||
- linux
|
||||
prebuild:
|
||||
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
||||
- export repo=/home/runner/work/traintime_pda
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv io.github.benderblog.traintime_pda $repo/traintime_pda
|
||||
- pushd $repo/traintime_pda
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
- sed -i -e '1a add_link_options("LINKER:--build-id=none")' .pub-cache/hosted/pub.dev/content_resolver-*/android/CMakeLists.txt
|
||||
- popd
|
||||
- mv $repo/traintime_pda io.github.benderblog.traintime_pda
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/traintime_pda
|
||||
- cd ..
|
||||
- mv io.github.benderblog.traintime_pda $repo/traintime_pda
|
||||
- pushd $repo/traintime_pda
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv $repo/traintime_pda io.github.benderblog.traintime_pda
|
||||
|
||||
- versionName: 1.4.1
|
||||
versionCode: 252
|
||||
commit: e52c612665e4af5e24567082ee56e7f8b858a831
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/BenderBlog/traintime_pda/releases/download/v%v/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- .github
|
||||
- .vscode
|
||||
- ios
|
||||
- linux
|
||||
prebuild:
|
||||
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
||||
- export repo=/home/runner/work/traintime_pda
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv io.github.benderblog.traintime_pda $repo/traintime_pda
|
||||
- pushd $repo/traintime_pda
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
- sed -i -e '1a add_link_options("LINKER:--build-id=none")' .pub-cache/hosted/pub.dev/content_resolver-*/android/CMakeLists.txt
|
||||
- popd
|
||||
- mv $repo/traintime_pda io.github.benderblog.traintime_pda
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/traintime_pda
|
||||
- cd ..
|
||||
- mv io.github.benderblog.traintime_pda $repo/traintime_pda
|
||||
- pushd $repo/traintime_pda
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv $repo/traintime_pda io.github.benderblog.traintime_pda
|
||||
|
||||
- versionName: 1.4.1
|
||||
versionCode: 253
|
||||
commit: e52c612665e4af5e24567082ee56e7f8b858a831
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/BenderBlog/traintime_pda/releases/download/v%v/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- .github
|
||||
- .vscode
|
||||
- ios
|
||||
- linux
|
||||
prebuild:
|
||||
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
||||
- export repo=/home/runner/work/traintime_pda
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv io.github.benderblog.traintime_pda $repo/traintime_pda
|
||||
- pushd $repo/traintime_pda
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
- sed -i -e '1a add_link_options("LINKER:--build-id=none")' .pub-cache/hosted/pub.dev/content_resolver-*/android/CMakeLists.txt
|
||||
- popd
|
||||
- mv $repo/traintime_pda io.github.benderblog.traintime_pda
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/traintime_pda
|
||||
- cd ..
|
||||
- mv io.github.benderblog.traintime_pda $repo/traintime_pda
|
||||
- pushd $repo/traintime_pda
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv $repo/traintime_pda io.github.benderblog.traintime_pda
|
||||
|
||||
AllowedAPKSigningKeys: 6ac4b42c92c33dff156f5a1b0f154dd351115a5fbfa2d8ae406a5f374f29ac67
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -1209,5 +1338,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 243
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 253
|
||||
|
|
|
|||
Loading…
Reference in a new issue