keep latest

This commit is contained in:
Licaon_Kter 2025-01-23 10:35:19 +02:00
parent ec6a817b5f
commit d3de20e9cf
6 changed files with 0 additions and 430 deletions

View file

@ -32,16 +32,6 @@ Builds:
prebuild: sed -i -e '/wearable/d' build.gradle
ndk: r27
- versionName: 8.2.0
versionCode: 106
commit: 38657477d991a4f9501e98b8a28bb43c19a9bed3
subdir: app
gradle:
- free
output: build/outputs/apk/free/release/*_.apk
prebuild: sed -i -e '/wearable/d' build.gradle
ndk: r27
- versionName: 8.2.1
versionCode: 107
commit: c3998dbff128dac064747315f28c0cba9fce18ce

View file

@ -282,13 +282,6 @@ Builds:
gradle:
- yes
- versionName: 3.1.3
versionCode: 51
commit: e17a99140a5ce9cf022b73520268825385e0bcea
subdir: app
gradle:
- yes
- versionName: 3.1.4
versionCode: 52
commit: 4ef7c6dd73894d1689b8f8a166885721fb4aa968

View file

@ -14852,21 +14852,6 @@ Builds:
scandelete:
- app/src/androidTest/assets
- versionName: '20250122'
versionCode: 20250122
commit: 26aede5b0f75dfab4b04374bb0e02cfd3cff0e03
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
scandelete:
- app/src/androidTest/assets
- versionName: '20250123'
versionCode: 20250123
commit: bc8b67251dc054a30b5b802ea2fc838a2351743b

View file

@ -2200,334 +2200,6 @@ Builds:
gradleprops:
- reactNativeArchitectures=x86_64
- versionName: 3.2.1
versionCode: 38001
commit: 7029eae9a00266f6fc0a3e4f42bcd1fb5d872109
subdir: android/app
submodules: true
sudo:
- apt-get update
- apt-get install -y npm ninja-build bzip2 xz-utils
- npm install -g corepack
init:
- corepack enable
- yarn remove sp-react-native-in-app-updates @revenuecat/purchases-js react-native-purchases
- yarn install
- yarn postinstall
gradle:
- yes
srclibs:
- react-native-skia@v1.6.0
rm:
- ios
- src/hooks/usePlayStore.ts
- node_modules/@shopify/react-native-skia/libs/android
prebuild:
- sed -i -e '/signingConfigs/d' -e '/core-google-shortcuts/d' -e '/sentry/d'
build.gradle
- cd ../..
- python3 ./scripts/fixHTTP.py
- sed -i -e '/Version/d' -e '/PlayStore/d' src/hooks/useSetupPlayer.ts
- sed -i -e '/const getVIPStatus/,/^};/d' -e '/const purchaseVIP/,/^};/s/^ .*//g'
-e '/Purchases/d' src/hooks/useVIP.ts
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\ "npm:(.*)"|\1|p'
yarn.lock)
- '[[ $skiaVersion ]] || exit 1'
- git -C $$react-native-skia$$ checkout -f "v$skiaVersion"
- 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/mapKeys,//' -e '/ban-ts-comment/,+1d' -e '/buildXCFrameworks()/d'
-e '/buildXCFrameworks/,/^};/d' -e '/copyHeaders/d' $$react-native-skia$$/packages/skia/scripts/build-skia.ts
scanignore:
- node_modules/jsc-android
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-svga-player/android/build.gradle
- node_modules/@react-native-cookies/cookies/android/build.gradle
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
- node_modules/lottie-react-native/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-track-player/android/build.gradle
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-pager-view/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/react-native-image-colors/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/ffmpeg-kit-react-native/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
- node_modules/react-native-app-auth/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-blob-util/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
scandelete:
- .vs
- .yarn/install-state.gz
- node_modules
build:
- ndkVersion=$(sed -n -E 's/.*ndkVersion = "(.*)"/\1/p' ../build.gradle)
- pushd $$react-native-skia$$
- yarn
- cd packages/skia
- export ANDROID_NDK=$$SDK$$/ndk/$ndkVersion
- yarn ts-node ./scripts/build-skia.ts
- popd
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
gradleprops:
- reactNativeArchitectures=armeabi-v7a
- versionName: 3.2.1
versionCode: 38002
commit: 7029eae9a00266f6fc0a3e4f42bcd1fb5d872109
subdir: android/app
submodules: true
sudo:
- apt-get update
- apt-get install -y npm ninja-build bzip2 xz-utils
- npm install -g corepack
init:
- corepack enable
- yarn remove sp-react-native-in-app-updates @revenuecat/purchases-js react-native-purchases
- yarn install
- yarn postinstall
gradle:
- yes
srclibs:
- react-native-skia@v1.6.0
rm:
- ios
- src/hooks/usePlayStore.ts
- node_modules/@shopify/react-native-skia/libs/android
prebuild:
- sed -i -e '/signingConfigs/d' -e '/core-google-shortcuts/d' -e '/sentry/d'
build.gradle
- cd ../..
- python3 ./scripts/fixHTTP.py
- sed -i -e '/Version/d' -e '/PlayStore/d' src/hooks/useSetupPlayer.ts
- sed -i -e '/const getVIPStatus/,/^};/d' -e '/const purchaseVIP/,/^};/s/^ .*//g'
-e '/Purchases/d' src/hooks/useVIP.ts
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\ "npm:(.*)"|\1|p'
yarn.lock)
- '[[ $skiaVersion ]] || exit 1'
- git -C $$react-native-skia$$ checkout -f "v$skiaVersion"
- sed -i -e 's/for (const key of mapKeys(configurations))/const key = "android";/'
-e 's/for (const target of mapKeys(configuration.targets))/const target =
"x86";/' -e 's/mapKeys,//' -e '/ban-ts-comment/,+1d' -e '/buildXCFrameworks()/d'
-e '/buildXCFrameworks/,/^};/d' -e '/copyHeaders/d' $$react-native-skia$$/packages/skia/scripts/build-skia.ts
scanignore:
- node_modules/jsc-android
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-svga-player/android/build.gradle
- node_modules/@react-native-cookies/cookies/android/build.gradle
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
- node_modules/lottie-react-native/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-track-player/android/build.gradle
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-pager-view/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/react-native-image-colors/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/ffmpeg-kit-react-native/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
- node_modules/react-native-app-auth/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-blob-util/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
scandelete:
- .vs
- .yarn/install-state.gz
- node_modules
build:
- ndkVersion=$(sed -n -E 's/.*ndkVersion = "(.*)"/\1/p' ../build.gradle)
- pushd $$react-native-skia$$
- yarn
- cd packages/skia
- export ANDROID_NDK=$$SDK$$/ndk/$ndkVersion
- yarn ts-node ./scripts/build-skia.ts
- popd
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
gradleprops:
- reactNativeArchitectures=x86
- versionName: 3.2.1
versionCode: 38003
commit: 7029eae9a00266f6fc0a3e4f42bcd1fb5d872109
subdir: android/app
submodules: true
sudo:
- apt-get update
- apt-get install -y npm ninja-build bzip2 xz-utils
- npm install -g corepack
init:
- corepack enable
- yarn remove sp-react-native-in-app-updates @revenuecat/purchases-js react-native-purchases
- yarn install
- yarn postinstall
gradle:
- yes
srclibs:
- react-native-skia@v1.6.0
rm:
- ios
- src/hooks/usePlayStore.ts
- node_modules/@shopify/react-native-skia/libs/android
prebuild:
- sed -i -e '/signingConfigs/d' -e '/core-google-shortcuts/d' -e '/sentry/d'
build.gradle
- cd ../..
- python3 ./scripts/fixHTTP.py
- sed -i -e '/Version/d' -e '/PlayStore/d' src/hooks/useSetupPlayer.ts
- sed -i -e '/const getVIPStatus/,/^};/d' -e '/const purchaseVIP/,/^};/s/^ .*//g'
-e '/Purchases/d' src/hooks/useVIP.ts
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\ "npm:(.*)"|\1|p'
yarn.lock)
- '[[ $skiaVersion ]] || exit 1'
- git -C $$react-native-skia$$ checkout -f "v$skiaVersion"
- 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/mapKeys,//' -e '/ban-ts-comment/,+1d' -e '/buildXCFrameworks()/d'
-e '/buildXCFrameworks/,/^};/d' -e '/copyHeaders/d' $$react-native-skia$$/packages/skia/scripts/build-skia.ts
scanignore:
- node_modules/jsc-android
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-svga-player/android/build.gradle
- node_modules/@react-native-cookies/cookies/android/build.gradle
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
- node_modules/lottie-react-native/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-track-player/android/build.gradle
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-pager-view/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/react-native-image-colors/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/ffmpeg-kit-react-native/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
- node_modules/react-native-app-auth/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-blob-util/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
scandelete:
- .vs
- .yarn/install-state.gz
- node_modules
build:
- ndkVersion=$(sed -n -E 's/.*ndkVersion = "(.*)"/\1/p' ../build.gradle)
- pushd $$react-native-skia$$
- yarn
- cd packages/skia
- export ANDROID_NDK=$$SDK$$/ndk/$ndkVersion
- yarn ts-node ./scripts/build-skia.ts
- popd
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
gradleprops:
- reactNativeArchitectures=arm64-v8a
- versionName: 3.2.1
versionCode: 38004
commit: 7029eae9a00266f6fc0a3e4f42bcd1fb5d872109
subdir: android/app
submodules: true
sudo:
- apt-get update
- apt-get install -y npm ninja-build bzip2 xz-utils
- npm install -g corepack
init:
- corepack enable
- yarn remove sp-react-native-in-app-updates @revenuecat/purchases-js react-native-purchases
- yarn install
- yarn postinstall
gradle:
- yes
srclibs:
- react-native-skia@v1.6.0
rm:
- ios
- src/hooks/usePlayStore.ts
- node_modules/@shopify/react-native-skia/libs/android
prebuild:
- sed -i -e '/signingConfigs/d' -e '/core-google-shortcuts/d' -e '/sentry/d'
build.gradle
- cd ../..
- python3 ./scripts/fixHTTP.py
- sed -i -e '/Version/d' -e '/PlayStore/d' src/hooks/useSetupPlayer.ts
- sed -i -e '/const getVIPStatus/,/^};/d' -e '/const purchaseVIP/,/^};/s/^ .*//g'
-e '/Purchases/d' src/hooks/useVIP.ts
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\ "npm:(.*)"|\1|p'
yarn.lock)
- '[[ $skiaVersion ]] || exit 1'
- git -C $$react-native-skia$$ checkout -f "v$skiaVersion"
- sed -i -e 's/for (const key of mapKeys(configurations))/const key = "android";/'
-e 's/for (const target of mapKeys(configuration.targets))/const target =
"x64";/' -e 's/mapKeys,//' -e '/ban-ts-comment/,+1d' -e '/buildXCFrameworks()/d'
-e '/buildXCFrameworks/,/^};/d' -e '/copyHeaders/d' $$react-native-skia$$/packages/skia/scripts/build-skia.ts
scanignore:
- node_modules/jsc-android
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/react-native-vector-icons/android/build.gradle
- node_modules/react-native-svga-player/android/build.gradle
- node_modules/@react-native-cookies/cookies/android/build.gradle
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
- node_modules/lottie-react-native/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-track-player/android/build.gradle
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-pager-view/android/build.gradle
- node_modules/@react-native-community/netinfo/android/build.gradle
- node_modules/react-native-image-colors/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- node_modules/ffmpeg-kit-react-native/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/@react-native-masked-view/masked-view/android/build.gradle
- node_modules/react-native-app-auth/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-blob-util/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
scandelete:
- .vs
- .yarn/install-state.gz
- node_modules
build:
- ndkVersion=$(sed -n -E 's/.*ndkVersion = "(.*)"/\1/p' ../build.gradle)
- pushd $$react-native-skia$$
- yarn
- cd packages/skia
- export ANDROID_NDK=$$SDK$$/ndk/$ndkVersion
- yarn ts-node ./scripts/build-skia.ts
- popd
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
gradleprops:
- reactNativeArchitectures=x86_64
- versionName: 3.2.3
versionCode: 38201
commit: e2cb7f66ec09bc5b0edb6c8c526224cd7cebfac2

View file

@ -2405,58 +2405,6 @@ Builds:
- flutter/bin/flutter build apk --flavor fdroid -t lib/main.dart
ndk: r21
- versionName: 4.2.9
versionCode: 429
commit: c040935c52d71384f797cca1ec4945786863dd36
subdir: auth
submodules: true
sudo:
- apt-get update
- apt-get install -y automake libtool make
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
srclibs:
- libsodium@4a15ab7cd0a4b78a7356e5f488d5345b8d314549
rm:
- auth/ios
- auth/linux
- auth/macos
- auth/migration-guides
- auth/web
- auth/windows
- cli
- desktop
- docs
- infra
- mobile
- server
- web
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
scanignore:
- auth/flutter/bin/cache
scandelete:
- auth/flutter
- auth/.pub-cache
- auth/assets/simple-icons
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- pushd $$libsodium$$
- ./autogen.sh -s
- ./dist-build/android-armv7-a.sh
- ./dist-build/android-armv8-a.sh
- ./dist-build/android-x86.sh
- ./dist-build/android-x86_64.sh
- popd
- cp $$libsodium$$/libsodium-android-armv7-a/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/sodium_libs-2.2.1+6/android/src/main/jniLibs/armeabi-v7a/
- cp $$libsodium$$/libsodium-android-westmere/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/sodium_libs-2.2.1+6/android/src/main/jniLibs/x86_64/
- cp $$libsodium$$/libsodium-android-armv8-a+crypto/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/sodium_libs-2.2.1+6/android/src/main/jniLibs/arm64-v8a/
- cp $$libsodium$$/libsodium-android-i686/lib/libsodium.so $PUB_CACHE/hosted/pub.dev/sodium_libs-2.2.1+6/android/src/main/jniLibs/x86/
- flutter/bin/flutter packages pub run flutter_launcher_icons:main -f fdroid_flutter_icons.yaml
- flutter/bin/flutter build apk --flavor fdroid -t lib/main.dart
ndk: r21
- versionName: 4.3.1
versionCode: 431
commit: d95df66b9cd3ec9d8bd415ee9d31318b55ddebce

View file

@ -2713,24 +2713,6 @@ Builds:
gradleprops:
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
- versionName: 14.4.4
versionCode: 140414
commit: bb61bc1ab3ba9551e28db691068f6a5b06ae4e3d
subdir: app
gradle:
- generic
rm:
- wear
- wear-datalayer
prebuild:
- sed -i -e '/wear/d' ../settings.gradle.kts
- sed -i -e '/google.services/d' -e '/firebase/d' ../build.gradle.kts
- sed -i -e '/gms/d' -e '/signingConfig /d' -e '/configure<CrashlyticsExtension>
{/,/}/d' -e '/crashlytics/Id' -e '/wear/d' build.gradle.kts
- sed -i -e '/colorpicker/s/0.0.15/ef73ced217/' ../gradle/libs.versions.toml
gradleprops:
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
- versionName: 14.4.5
versionCode: 140418
commit: 86807a433b29e72ccd0c91df85229e578fef7872