Update Geddit to 1.7 (7)

This commit is contained in:
F-Droid checkupdates bot 2023-07-28 13:39:59 +00:00
parent 95fbbcd395
commit 608387f3dd

View file

@ -58,9 +58,30 @@ Builds:
scandelete:
- node_modules/
- versionName: '1.7'
versionCode: 7
commit: 77d98f2b981f638b90196fb6077a12cf269af67d
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.6'
CurrentVersionCode: 6
CurrentVersion: '1.7'
CurrentVersionCode: 7