mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update com.in.my.district to 1.2.11 (10211)
This commit is contained in:
parent
e671bfde9e
commit
82fc508851
1 changed files with 22 additions and 2 deletions
|
|
@ -30,8 +30,28 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 1.2.11
|
||||
versionCode: 10211
|
||||
commit: f5bb81aec2b10eea9f1dc536733fd1820a1a5592
|
||||
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.10
|
||||
CurrentVersionCode: 10210
|
||||
CurrentVersion: 1.2.11
|
||||
CurrentVersionCode: 10211
|
||||
|
|
|
|||
Loading…
Reference in a new issue