Update com.in.my.district to 1.2.30 (10230)

This commit is contained in:
F-Droid checkupdates bot 2023-01-22 07:01:49 +00:00
parent 77d11f29ae
commit 34f1c3b6e5

View file

@ -170,8 +170,30 @@ Builds:
- app/node_modules
build: cordova build android --release -- --packageType=apk
- versionName: 1.2.30
versionCode: 10230
commit: 80b1e45557dce77ec99951a53f819b1f6df30ce5
subdir: app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- apt-get update
- apt-get install xz-utils -y
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.17.4/node-v14.17.4-linux-x64.tar.xz
- echo "db18c54ebe01974d46198b08729249acbb0dcdc9aea82b53eec913f8c56035c6 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild:
- sdkmanager 'build-tools;30.0.3'
- npm install
- cordova platform add android
scandelete:
- app/node_modules
build: cordova build android --release -- --packageType=apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: app/package.json|"android-version-code":\s(\d+),|.|"version":\s"([\d.]+)",
CurrentVersion: 1.2.28
CurrentVersionCode: 10228
CurrentVersion: 1.2.30
CurrentVersionCode: 10230