Update MOROway to 8.1.8 (80108)

This commit is contained in:
F-Droid checkupdates bot 2023-10-09 11:43:41 +00:00
parent 933dfea392
commit 550d757fd4

View file

@ -387,8 +387,27 @@ Builds:
- node_modules/cordova-android/framework/cordova-publish.gradle
build: cordova build android --release -- --packageType=apk
- versionName: 8.1.8
versionCode: 80108
commit: df3c29e9b45f4d8643e309d93b0c3fac28ecee02
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.17.6/node-v14.17.6-linux-x64.tar.gz
- echo "19e376214450e93e58687198070b4ab46e42357032ec65f23a7e35b0e86ad6e2 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g npm@latest
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild:
- sdkmanager 'platforms;android-32' 'build-tools;32.0.0'
- cordova platform add android
scandelete:
- node_modules/cordova-android/framework/cordova-publish.gradle
build: cordova build android --release -- --packageType=apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: fdroid_version.txt|.+,(\d+)|.|(.+),\d+
CurrentVersion: 8.1.6
CurrentVersionCode: 80106
CurrentVersion: 8.1.8
CurrentVersionCode: 80108