mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Wafrn to 1.8.3 (10080032)
This commit is contained in:
parent
e735eb270f
commit
9b50179a71
1 changed files with 116 additions and 2 deletions
|
|
@ -1693,10 +1693,124 @@ Builds:
|
||||||
- gradle assembleRelease --parallel --build-cache --no-daemon -PreactNativeArchitectures=arm64-v8a
|
- gradle assembleRelease --parallel --build-cache --no-daemon -PreactNativeArchitectures=arm64-v8a
|
||||||
ndk: r27b
|
ndk: r27b
|
||||||
|
|
||||||
|
- versionName: 1.8.3
|
||||||
|
versionCode: 10080031
|
||||||
|
commit: 78e93d00bb7dac6f7159ff2e2864a1887d8ed554
|
||||||
|
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 ../..
|
||||||
|
- corepack enable
|
||||||
|
- pnpm config set node-linker=hoisted
|
||||||
|
- pnpm install
|
||||||
|
- pnpm install lightningcss --save-dev
|
||||||
|
- pnpm uninstall expo-notifications expo-dev-client
|
||||||
|
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 ]]'
|
||||||
|
- git -C $$react-native-skia$$ checkout -f "v$skiaVersion"
|
||||||
|
- git -C $$react-native-skia$$ submodule update --init --recursive
|
||||||
|
- sed -i -e 's/"buildFromSource".*/"buildFromSource":\[".*"\]/' ../../package.json
|
||||||
|
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-screens/android/build.gradle
|
||||||
|
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||||
|
- node_modules/react-native/ReactAndroid/publish.gradle
|
||||||
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
||||||
|
- node_modules/react-native-keyboard-controller/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
build:
|
||||||
|
- pushd $$react-native-skia$$
|
||||||
|
- corepack enable
|
||||||
|
- yarn
|
||||||
|
- pushd ./externals/depot_tools
|
||||||
|
- ./update_depot_tools
|
||||||
|
- popd
|
||||||
|
- cd packages/skia
|
||||||
|
- yarn build-skia android-arm
|
||||||
|
- 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: r27b
|
||||||
|
|
||||||
|
- versionName: 1.8.3
|
||||||
|
versionCode: 10080032
|
||||||
|
commit: 78e93d00bb7dac6f7159ff2e2864a1887d8ed554
|
||||||
|
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 ../..
|
||||||
|
- corepack enable
|
||||||
|
- pnpm config set node-linker=hoisted
|
||||||
|
- pnpm install
|
||||||
|
- pnpm install lightningcss --save-dev
|
||||||
|
- pnpm uninstall expo-notifications expo-dev-client
|
||||||
|
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 ]]'
|
||||||
|
- git -C $$react-native-skia$$ checkout -f "v$skiaVersion"
|
||||||
|
- git -C $$react-native-skia$$ submodule update --init --recursive
|
||||||
|
- sed -i -e 's/"buildFromSource".*/"buildFromSource":\[".*"\]/' ../../package.json
|
||||||
|
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-screens/android/build.gradle
|
||||||
|
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||||
|
- node_modules/react-native/ReactAndroid/publish.gradle
|
||||||
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
||||||
|
- node_modules/react-native-keyboard-controller/android/build.gradle
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
build:
|
||||||
|
- pushd $$react-native-skia$$
|
||||||
|
- corepack enable
|
||||||
|
- yarn
|
||||||
|
- pushd ./externals/depot_tools
|
||||||
|
- ./update_depot_tools
|
||||||
|
- popd
|
||||||
|
- cd packages/skia
|
||||||
|
- yarn build-skia android-arm64
|
||||||
|
- 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: r27b
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
- 10 * %c + 1
|
- 10 * %c + 1
|
||||||
- 10 * %c + 2
|
- 10 * %c + 2
|
||||||
CurrentVersion: 1.8.2
|
CurrentVersion: 1.8.3
|
||||||
CurrentVersionCode: 10080022
|
CurrentVersionCode: 10080032
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue