Update Bahn-Vorhersage to 0.4.3 (7)

This commit is contained in:
F-Droid checkupdates bot 2025-04-17 04:57:53 +00:00 committed by Licaon_Kter
parent d3ff2d8884
commit 7b304ba9a2

View file

@ -122,7 +122,33 @@ Builds:
scandelete:
- node_modules
- versionName: 0.4.3
versionCode: 7
commit: bff0ae284abd0bfe1d640c4c6a97c3f9079fe03a
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.2
CurrentVersionCode: 6
CurrentVersion: 0.4.3
CurrentVersionCode: 7