mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
keep latest
This commit is contained in:
parent
5ce826dd8c
commit
d8b62f952d
4 changed files with 1 additions and 301 deletions
|
|
@ -428,16 +428,6 @@ Builds:
|
|||
prebuild: sed -i -e '/wearable/d' build.gradle
|
||||
ndk: 29.0.14206865
|
||||
|
||||
- versionName: 8.23.0
|
||||
versionCode: 186
|
||||
commit: a5f3814e36cd80f60fd6dfbdb722ae0f54440473
|
||||
subdir: app
|
||||
gradle:
|
||||
- free
|
||||
output: build/outputs/apk/free/release/*_.apk
|
||||
prebuild: sed -i -e '/wearable/d' build.gradle
|
||||
ndk: r29
|
||||
|
||||
- versionName: 8.23.1
|
||||
versionCode: 187
|
||||
commit: a04855fffa8f8212b968c268512b82c59efe943b
|
||||
|
|
|
|||
|
|
@ -12001,290 +12001,6 @@ Builds:
|
|||
- reactNativeArchitectures=x86_64
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 3.3.5
|
||||
versionCode: 15371
|
||||
commit: 80392d394a8c179419c5706b9014da1bfc9c2e85
|
||||
subdir: apps/mobile/native/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends g++ build-essential
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v22.15.0/node-v22.15.0-linux-x64.tar.gz
|
||||
- echo "29d1c60c5b64ccdb0bc4e5495135e68e08a872e0ae91f45d9ec34fc135a17981 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm ci --ignore-scripts --prefer-offline --no-audit
|
||||
- npm run bootstrap -- --scope=mobile
|
||||
- npm run tx @notesnook/mobile:build
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- extensions
|
||||
- apps/desktop
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
prebuild:
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.BILLING" />||g'
|
||||
./src/main/AndroidManifest.xml
|
||||
- cd ../../
|
||||
- echo GITHUB_RELEASE=true > .env
|
||||
- sed -i -e 's|false|true|g' react-native.config.js
|
||||
- sed -i -e '/installReferrerVersion/,+11d' ../node_modules/react-native-device-info/android/build.gradle
|
||||
- rm -rf ../../../.nx/cache/*-logs.tar.gz
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-share-extension/android/build.gradle
|
||||
- apps/mobile/node_modules/jsc-android
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-blob-util/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-pdf/android/build.gradle
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-sodium/android/lazysodium-android/app/build.gradle
|
||||
- apps/mobile/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-device-info/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-pager-view/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-securerandom/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/@sayem314/react-native-keep-awake/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules
|
||||
- node_modules
|
||||
- packages
|
||||
- servers/themes/node_modules
|
||||
ndk: r27b
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=armeabi-v7a
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 3.3.5
|
||||
versionCode: 15372
|
||||
commit: 80392d394a8c179419c5706b9014da1bfc9c2e85
|
||||
subdir: apps/mobile/native/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends g++ build-essential
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v22.15.0/node-v22.15.0-linux-x64.tar.gz
|
||||
- echo "29d1c60c5b64ccdb0bc4e5495135e68e08a872e0ae91f45d9ec34fc135a17981 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm ci --ignore-scripts --prefer-offline --no-audit
|
||||
- npm run bootstrap -- --scope=mobile
|
||||
- npm run tx @notesnook/mobile:build
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- extensions
|
||||
- apps/desktop
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
prebuild:
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.BILLING" />||g'
|
||||
./src/main/AndroidManifest.xml
|
||||
- cd ../../
|
||||
- echo GITHUB_RELEASE=true > .env
|
||||
- sed -i -e 's|false|true|g' react-native.config.js
|
||||
- sed -i -e '/installReferrerVersion/,+11d' ../node_modules/react-native-device-info/android/build.gradle
|
||||
- rm -rf ../../../.nx/cache/*-logs.tar.gz
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-share-extension/android/build.gradle
|
||||
- apps/mobile/node_modules/jsc-android
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-sodium/android/lazysodium-android/app/build.gradle
|
||||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-blob-util/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-pdf/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-device-info/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-pager-view/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-securerandom/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/@sayem314/react-native-keep-awake/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules
|
||||
- node_modules
|
||||
- packages
|
||||
- servers/themes/node_modules
|
||||
ndk: r27b
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=x86
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 3.3.5
|
||||
versionCode: 15373
|
||||
commit: 80392d394a8c179419c5706b9014da1bfc9c2e85
|
||||
subdir: apps/mobile/native/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends g++ build-essential
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v22.15.0/node-v22.15.0-linux-x64.tar.gz
|
||||
- echo "29d1c60c5b64ccdb0bc4e5495135e68e08a872e0ae91f45d9ec34fc135a17981 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm ci --ignore-scripts --prefer-offline --no-audit
|
||||
- npm run bootstrap -- --scope=mobile
|
||||
- npm run tx @notesnook/mobile:build
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- extensions
|
||||
- apps/desktop
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
prebuild:
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.BILLING" />||g'
|
||||
./src/main/AndroidManifest.xml
|
||||
- cd ../../
|
||||
- echo GITHUB_RELEASE=true > .env
|
||||
- sed -i -e 's|false|true|g' react-native.config.js
|
||||
- sed -i -e '/installReferrerVersion/,+11d' ../node_modules/react-native-device-info/android/build.gradle
|
||||
- rm -rf ../../../.nx/cache/*-logs.tar.gz
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-share-extension/android/build.gradle
|
||||
- apps/mobile/node_modules/jsc-android
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-blob-util/android/build.gradle
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-sodium/android/lazysodium-android/app/build.gradle
|
||||
- apps/mobile/node_modules/react-native-pdf/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-device-info/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-pager-view/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-securerandom/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/@sayem314/react-native-keep-awake/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules
|
||||
- node_modules
|
||||
- packages
|
||||
- servers/themes/node_modules
|
||||
ndk: r27b
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=arm64-v8a
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 3.3.5
|
||||
versionCode: 15374
|
||||
commit: 80392d394a8c179419c5706b9014da1bfc9c2e85
|
||||
subdir: apps/mobile/native/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends g++ build-essential
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v22.15.0/node-v22.15.0-linux-x64.tar.gz
|
||||
- echo "29d1c60c5b64ccdb0bc4e5495135e68e08a872e0ae91f45d9ec34fc135a17981 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm ci --ignore-scripts --prefer-offline --no-audit
|
||||
- npm run bootstrap -- --scope=mobile
|
||||
- npm run tx @notesnook/mobile:build
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- extensions
|
||||
- apps/desktop
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
prebuild:
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.BILLING" />||g'
|
||||
./src/main/AndroidManifest.xml
|
||||
- cd ../../
|
||||
- echo GITHUB_RELEASE=true > .env
|
||||
- sed -i -e 's|false|true|g' react-native.config.js
|
||||
- sed -i -e '/installReferrerVersion/,+11d' ../node_modules/react-native-device-info/android/build.gradle
|
||||
- rm -rf ../../../.nx/cache/*-logs.tar.gz
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-share-extension/android/build.gradle
|
||||
- apps/mobile/node_modules/jsc-android
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-sodium/android/lazysodium-android/app/build.gradle
|
||||
- apps/mobile/node_modules/react-native-blob-util/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-pdf/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-device-info/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-pager-view/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-securerandom/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/@sayem314/react-native-keep-awake/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules
|
||||
- node_modules
|
||||
- packages
|
||||
- servers/themes/node_modules
|
||||
ndk: r27b
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=x86_64
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 3.3.6
|
||||
versionCode: 15376
|
||||
commit: 8cd8e93487aeb54f83a6ac7b35e0708ec8eceb1d
|
||||
|
|
|
|||
|
|
@ -16741,6 +16741,7 @@ Builds:
|
|||
|
||||
- versionName: 144.0.0
|
||||
versionCode: 1440010
|
||||
disable: build failed
|
||||
commit: bdbb5355354a72bd2e872b1c67f6f09ba1089789
|
||||
timeout: 36000
|
||||
sudo:
|
||||
|
|
|
|||
|
|
@ -101,13 +101,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.24.10
|
||||
versionCode: 68
|
||||
commit: cb04fb190fda3396f0abb89c85cb03a6631e2b1f
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.24.11
|
||||
versionCode: 69
|
||||
commit: 4505e9b2beeb05002bac7a4318c68731c0c0f7fd
|
||||
|
|
|
|||
Loading…
Reference in a new issue