Update Tessel to 1.0.16 (10016)

This commit is contained in:
checkupdates bot 2025-12-08 04:46:50 +00:00 committed by linsui
parent 6014d4aec1
commit c52b2f4aaa

View file

@ -365,9 +365,34 @@ Builds:
- node_modules
- .parcel-cache/
- versionName: 1.0.16
versionCode: 10016
commit: cc99fef3e1e6491aa23076d284e6fe8d6d0d5448
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/download/release/v22.20.0/node-v22.20.0-linux-x64.tar.gz
- echo "eeaccb0378b79406f2208e8b37a62479c70595e20be6b659125eb77dd1ab2a29 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- echo "deb https://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-alternatives --auto java
gradle:
- yes
prebuild:
- cd ../..
- npm ci
- npm run build-cap-html
- npx cap telemetry off
- npx cap sync
scandelete:
- node_modules
- .parcel-cache/
AllowedAPKSigningKeys: e505799c9beec31b95a9ff1c3d650b0812260cc1401c7b260ac5f37cd8a9abe4
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.0.15
CurrentVersionCode: 10015
CurrentVersion: 1.0.16
CurrentVersionCode: 10016