mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
keep latest
This commit is contained in:
parent
53ab028a5b
commit
eacadf5d3e
4 changed files with 0 additions and 189 deletions
|
|
@ -15799,22 +15799,6 @@ Builds:
|
|||
scandelete:
|
||||
- app/src/androidTest/assets
|
||||
|
||||
- versionName: '20251015'
|
||||
versionCode: 20251015
|
||||
commit: 19aebb5e9c69b6e207ecbe9ebe0460d68eb158f8
|
||||
subdir: app
|
||||
gradle:
|
||||
- versionDev
|
||||
rm:
|
||||
- user_manual
|
||||
prebuild:
|
||||
- mkdir -p $HOME/.gradle
|
||||
- echo "org.gradle.jvmargs=-Xmx9g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError"
|
||||
> $HOME/.gradle/gradle.properties
|
||||
- sed -i -e 's/8.13.0/8.11.1/' ../build.gradle
|
||||
scandelete:
|
||||
- app/src/androidTest/assets
|
||||
|
||||
- versionName: '20251016'
|
||||
versionCode: 20251016
|
||||
commit: 5edade560eed1f602736ad606359aababa1030c2
|
||||
|
|
|
|||
|
|
@ -1459,126 +1459,6 @@ Builds:
|
|||
- gradle assembleRelease --parallel --build-cache --no-daemon -PreactNativeArchitectures=arm64-v8a
|
||||
ndk: 27.1.12297006
|
||||
|
||||
- versionName: 1.7.1
|
||||
versionCode: 10070011
|
||||
commit: d0aef60c65d4bb25aba4227adf614168ba378051
|
||||
subdir: android/app/
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y npm ninja-build bzip2 xz-utils
|
||||
- npm install -g corepack
|
||||
init:
|
||||
- cd ../..
|
||||
- npm install --build-from-source
|
||||
- npm install lightningcss --save-dev
|
||||
- npm uninstall expo-notifications
|
||||
output: build/outputs/apk/release/*.apk
|
||||
srclibs:
|
||||
- react-native-skia@v2.0.0
|
||||
rm:
|
||||
- ios
|
||||
- node_modules/@shopify/react-native-skia/libs/android
|
||||
- node_modules/@shopify/react-native-skia/libs/apple
|
||||
prebuild:
|
||||
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\s"(.*)".*|\1|p'
|
||||
../../package.json)
|
||||
- '[[ $skiaVersion ]] || exit 1'
|
||||
- git -C $$react-native-skia$$ checkout -f "$skiaVersion"
|
||||
- sed -i -e 's/\(.*expo.modules.updates.ENABLED.*\)android:value="true"/\1android:value="false"/'
|
||||
src/main/AndroidManifest.xml
|
||||
- sed -i -e 's/"buildFromSource".*/"buildFromSource":\[".*"\]/' ../../package.json
|
||||
- sed -i -e 's/for (const key of mapKeys(configurations))/const key = "android";/'
|
||||
-e 's/for (const target of mapKeys(configuration.targets))/const target =
|
||||
"arm";/' -e 's/import { $, mapKeys, runAsync }/import { $, runAsync }/' -e
|
||||
'/ban-ts-comment/,+1d' -e '/buildXCFrameworks()/d' -e '/buildXCFrameworks/,/^};/d'
|
||||
-e '/copyHeaders/d' $$react-native-skia$$/packages/skia/scripts/build-skia.ts
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-pager-view/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/expo-dev-launcher/android/build.gradle
|
||||
- node_modules/expo-dev-menu/android/build.gradle
|
||||
- node_modules/react-native-edge-to-edge/android/build.gradle
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/react-native/ReactAndroid/publish.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- pushd $$react-native-skia$$/packages/skia
|
||||
- corepack enable
|
||||
- yarn
|
||||
- build="yarn build-skia android"
|
||||
- $build || $build || $build
|
||||
- popd
|
||||
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
||||
- gradle assembleRelease --parallel --build-cache --no-daemon -PreactNativeArchitectures=armeabi-v7a
|
||||
ndk: 27.1.12297006
|
||||
|
||||
- versionName: 1.7.1
|
||||
versionCode: 10070012
|
||||
commit: d0aef60c65d4bb25aba4227adf614168ba378051
|
||||
subdir: android/app/
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y npm ninja-build bzip2 xz-utils
|
||||
- npm install -g corepack
|
||||
init:
|
||||
- cd ../..
|
||||
- npm install --build-from-source
|
||||
- npm install lightningcss --save-dev
|
||||
- npm uninstall expo-notifications
|
||||
output: build/outputs/apk/release/*.apk
|
||||
srclibs:
|
||||
- react-native-skia@v2.0.0
|
||||
rm:
|
||||
- ios
|
||||
- node_modules/@shopify/react-native-skia/libs/android
|
||||
- node_modules/@shopify/react-native-skia/libs/apple
|
||||
prebuild:
|
||||
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\s"(.*)".*|\1|p'
|
||||
../../package.json)
|
||||
- '[[ $skiaVersion ]] || exit 1'
|
||||
- git -C $$react-native-skia$$ checkout -f "$skiaVersion"
|
||||
- sed -i -e 's/\(.*expo.modules.updates.ENABLED.*\)android:value="true"/\1android:value="false"/'
|
||||
src/main/AndroidManifest.xml
|
||||
- sed -i -e 's/"buildFromSource".*/"buildFromSource":\[".*"\]/' ../../package.json
|
||||
- sed -i -e 's/for (const key of mapKeys(configurations))/const key = "android";/'
|
||||
-e 's/for (const target of mapKeys(configuration.targets))/const target =
|
||||
"arm64";/' -e 's/import { $, mapKeys, runAsync }/import { $, runAsync }/'
|
||||
-e '/ban-ts-comment/,+1d' -e '/buildXCFrameworks()/d' -e '/buildXCFrameworks/,/^};/d'
|
||||
-e '/copyHeaders/d' $$react-native-skia$$/packages/skia/scripts/build-skia.ts
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/react-native-pager-view/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/expo-dev-launcher/android/build.gradle
|
||||
- node_modules/expo-dev-menu/android/build.gradle
|
||||
- node_modules/react-native-edge-to-edge/android/build.gradle
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/react-native/ReactAndroid/publish.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- pushd $$react-native-skia$$/packages/skia
|
||||
- corepack enable
|
||||
- yarn
|
||||
- build="yarn build-skia android"
|
||||
- $build || $build || $build
|
||||
- popd
|
||||
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
||||
- gradle assembleRelease --parallel --build-cache --no-daemon -PreactNativeArchitectures=arm64-v8a
|
||||
ndk: 27.1.12297006
|
||||
|
||||
- versionName: 1.7.2
|
||||
versionCode: 10070021
|
||||
commit: 93b8dd7d6800dea29849a01ceafa851c7a973f3e
|
||||
|
|
|
|||
|
|
@ -803,16 +803,6 @@ Builds:
|
|||
- subscriptions-google-play
|
||||
prebuild: sed -i -e '/marketKit.sendStats/d' src/main/java/io/horizontalsystems/bankwallet/core/stats/StatsManager.kt
|
||||
|
||||
- versionName: 0.45.2
|
||||
versionCode: 145
|
||||
commit: 781f3c7f68a0811550d7a891bfb8681b2d29d47d
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
rm:
|
||||
- subscriptions-google-play
|
||||
prebuild: sed -i -e '/marketKit.sendStats/d' src/main/java/io/horizontalsystems/bankwallet/core/stats/StatsManager.kt
|
||||
|
||||
- versionName: 0.45.2
|
||||
versionCode: 146
|
||||
commit: 4c09f500a1b102339e35f09d665ed924f1ba7543
|
||||
|
|
|
|||
|
|
@ -1403,49 +1403,6 @@ Builds:
|
|||
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
||||
ndk: 27.0.12077973
|
||||
|
||||
- versionName: 1.10.15
|
||||
versionCode: 156
|
||||
commit: 4baa7b897a46d4e71aaca7d322e4f7dafc870a33
|
||||
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
|
||||
|
||||
- versionName: 1.10.17
|
||||
versionCode: 158
|
||||
commit: 2627c076a6b62a1bd1fbc8f631d59ae4144c3208
|
||||
|
|
|
|||
Loading…
Reference in a new issue