mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update Geddit to 1.6 (6)
This commit is contained in:
parent
26f7563789
commit
6528668097
1 changed files with 23 additions and 2 deletions
|
|
@ -37,9 +37,30 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: '1.6'
|
||||
versionCode: 6
|
||||
commit: a3fb257f94c07f74a0668e0d471b1238e155da65
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.5.0/node-v20.5.0-linux-x64.tar.gz
|
||||
- echo "6799042a2970dcecdb71a91d392c53d954ec06d36155c7d11bf7c9a4983b60ea node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- npm install
|
||||
- npm run build
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
AllowedAPKSigningKeys: d5557a9da53ce67ee7f94d6988b2d31de2ad04be63703360373e381b282d4c73
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.5'
|
||||
CurrentVersionCode: 5
|
||||
CurrentVersion: '1.6'
|
||||
CurrentVersionCode: 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue