mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Materialious to 1.12.2 (174)
This commit is contained in:
parent
e00618048a
commit
b59e246fbd
1 changed files with 45 additions and 2 deletions
|
|
@ -1833,7 +1833,50 @@ Builds:
|
|||
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
||||
ndk: 27.0.12077973
|
||||
|
||||
- versionName: 1.12.2
|
||||
versionCode: 174
|
||||
commit: 1eaf7e4f11d39cfa1d976270e54e346a01d646dc
|
||||
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
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
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: 27.0.12077973
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.12.0
|
||||
CurrentVersionCode: 172
|
||||
CurrentVersion: 1.12.2
|
||||
CurrentVersionCode: 174
|
||||
|
|
|
|||
Loading…
Reference in a new issue