Update Materialious to 1.9.14 (131)
This commit is contained in:
parent
a9cbf58e4e
commit
eb592d4ad7
@ -937,7 +937,48 @@ Builds:
|
||||
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 1.9.14
|
||||
versionCode: 131
|
||||
commit: 348fae3e459c4522db11eae279a9b05c36cc7b7f
|
||||
timeout: 20000
|
||||
subdir: materialious/android/app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
||||
make
|
||||
- apt-get install -y -t trixie npm
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- esbuild@v0.24.0
|
||||
- NodejsMobile@v18.20.4
|
||||
prebuild:
|
||||
- sed -i -e '/enable true/d' build.gradle
|
||||
- sed -i -e '/gms/d' ../build.gradle
|
||||
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
||||
- cd ../..
|
||||
- npm install --build-from-source
|
||||
- pushd static/nodejs-android
|
||||
- npm install
|
||||
- popd
|
||||
- npm run build
|
||||
- npx cap sync
|
||||
scandelete:
|
||||
- materialious/node_modules
|
||||
build:
|
||||
- pushd $$NodejsMobile$$
|
||||
- ./tools/android_build.sh $$NDK$$ 24
|
||||
- popd
|
||||
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
||||
- pushd $$esbuild$$
|
||||
- make esbuild
|
||||
- popd
|
||||
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
||||
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
||||
ndk: r25b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.9.13
|
||||
CurrentVersionCode: 130
|
||||
CurrentVersion: 1.9.14
|
||||
CurrentVersionCode: 131
|
||||
|
Loading…
x
Reference in New Issue
Block a user