mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Bahn-Vorhersage to 0.5.0 (11)
This commit is contained in:
parent
97086d8b9f
commit
5f5ff94f65
1 changed files with 28 additions and 2 deletions
|
|
@ -226,7 +226,33 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 0.5.0
|
||||
versionCode: 11
|
||||
commit: 996d8f2955c6f2d8be0c312a6aaf99cf3bf45621
|
||||
subdir: android
|
||||
sudo:
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/v22.14.0/node-v22.14.0-linux-x64.tar.gz
|
||||
- echo "9d942932535988091034dc94cc5f42b6dc8784d6366df3a36c4c9ccb3996f0c2 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- apt-get update
|
||||
- apt-get install -y build-essential
|
||||
- echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
init:
|
||||
- cd ..
|
||||
- npm install --build-from-source
|
||||
- npm run build-only
|
||||
- npx cap sync
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.4.6
|
||||
CurrentVersionCode: 10
|
||||
CurrentVersion: 0.5.0
|
||||
CurrentVersionCode: 11
|
||||
|
|
|
|||
Loading…
Reference in a new issue