mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Materialious to 1.6.16 (67)
This commit is contained in:
parent
b3feea8ff9
commit
a3cf279840
1 changed files with 42 additions and 2 deletions
|
|
@ -262,7 +262,47 @@ Builds:
|
||||||
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/@esbuild/linux-x64/bin/esbuild
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/@esbuild/linux-x64/bin/esbuild
|
||||||
ndk: r25b
|
ndk: r25b
|
||||||
|
|
||||||
|
- versionName: 1.6.16
|
||||||
|
versionCode: 67
|
||||||
|
commit: dccb260ad757c1efd66b51673721d72111b0f0b0
|
||||||
|
timeout: 20000
|
||||||
|
subdir: materialious/android/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
||||||
|
make npm
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- esbuild@v0.24.0
|
||||||
|
- NodejsMobile@v18.17.3
|
||||||
|
prebuild:
|
||||||
|
- 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
|
||||||
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/esbuild/bin/esbuild
|
||||||
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/@esbuild/linux-x64/bin/esbuild
|
||||||
|
ndk: r25b
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.6.15
|
CurrentVersion: 1.6.16
|
||||||
CurrentVersionCode: 66
|
CurrentVersionCode: 67
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue