mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-08 05:25:43 +00:00
Update Materialious to 1.3.6 (35)
This commit is contained in:
parent
63df6d3214
commit
3b8868445d
1 changed files with 26 additions and 2 deletions
|
|
@ -37,7 +37,31 @@ Builds:
|
|||
- popd
|
||||
- mv $$esbuild$$/esbuild ../../node_modules/@esbuild/linux-x64/bin/esbuild
|
||||
|
||||
- versionName: 1.3.6
|
||||
versionCode: 35
|
||||
commit: 18a00f9b06e4dcb4e7f00ecf3910edbba60400aa
|
||||
subdir: materialious/android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y npm golang-go make
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- esbuild@v0.19.12
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- npm install
|
||||
- npm run build
|
||||
- npx cap sync
|
||||
scandelete:
|
||||
- materialious/node_modules
|
||||
build:
|
||||
- pushd $$esbuild$$
|
||||
- make esbuild
|
||||
- popd
|
||||
- mv $$esbuild$$/esbuild ../../node_modules/@esbuild/linux-x64/bin/esbuild
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.3.2
|
||||
CurrentVersionCode: 31
|
||||
CurrentVersion: 1.3.6
|
||||
CurrentVersionCode: 35
|
||||
|
|
|
|||
Loading…
Reference in a new issue