mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update com.in.my.district to 1.2.13 (10213)
This commit is contained in:
parent
d4ea51e00c
commit
ed3c3992e2
1 changed files with 22 additions and 2 deletions
|
|
@ -70,8 +70,28 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 1.2.13
|
||||
versionCode: 10213
|
||||
commit: 58e872215b5627cfbdb03b60c9e47a5f44a50e42
|
||||
subdir: platforms/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- 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
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- cd ../../..
|
||||
- rm -rf platforms
|
||||
- cordova platform add android
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: package.json|"android-version-code":\s(\d+),|.|"version":\s"([\d.]+)",
|
||||
CurrentVersion: 1.2.12
|
||||
CurrentVersionCode: 10212
|
||||
CurrentVersion: 1.2.13
|
||||
CurrentVersionCode: 10213
|
||||
|
|
|
|||
Loading…
Reference in a new issue