mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Tessel to 1.0.8 (10008)
This commit is contained in:
parent
1964724b90
commit
8fbc628109
1 changed files with 27 additions and 2 deletions
|
|
@ -215,9 +215,34 @@ Builds:
|
||||||
- node_modules
|
- node_modules
|
||||||
- .parcel-cache/
|
- .parcel-cache/
|
||||||
|
|
||||||
|
- versionName: 1.0.8
|
||||||
|
versionCode: 10008
|
||||||
|
commit: a8d8bb79dd7bc04fb1e526029d6ff27c51b2a36d
|
||||||
|
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
|
AllowedAPKSigningKeys: e505799c9beec31b95a9ff1c3d650b0812260cc1401c7b260ac5f37cd8a9abe4
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.0.6
|
CurrentVersion: 1.0.8
|
||||||
CurrentVersionCode: 10006
|
CurrentVersionCode: 10008
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue