mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-05 02:09:44 +00:00
Update Traintime PDA to 1.1.0 (183)
This commit is contained in:
parent
83ad4128be
commit
defac53933
1 changed files with 134 additions and 2 deletions
|
|
@ -423,6 +423,138 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/traintime_pda io.github.benderblog.traintime_pda
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 181
|
||||
commit: 5febd62708562b879275b7ae6f427f7569603f37
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
- 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
|
||||
- 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.1.0
|
||||
versionCode: 182
|
||||
commit: 5febd62708562b879275b7ae6f427f7569603f37
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
- 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
|
||||
- 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.1.0
|
||||
versionCode: 183
|
||||
commit: 5febd62708562b879275b7ae6f427f7569603f37
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
- 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
|
||||
- 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
|
||||
|
|
@ -432,5 +564,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.3.1
|
||||
CurrentVersionCode: 103
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 183
|
||||
|
|
|
|||
Loading…
Reference in a new issue