mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-18 20:04:02 +00:00
notesnook - clean up, update
This commit is contained in:
parent
1334ff6fe0
commit
9f86f1b22d
1 changed files with 8 additions and 607 deletions
|
|
@ -313,601 +313,6 @@ Builds:
|
|||
- reactNativeArchitectures=x86_64
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.5.0
|
||||
versionCode: 10246
|
||||
disable: https://github.com/streetwriters/notesnook/issues/2645
|
||||
commit: abc14d2d1fa1b5837c1c0f27e9f1b0c814330373
|
||||
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/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
||||
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm i
|
||||
- npm run build
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- extensions
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
prebuild:
|
||||
- sed -i -e '/cliPath/s|"../../..|"../..|' build.gradle
|
||||
- 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
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.CHECK_LICENSE"
|
||||
/>||g' ../node_modules/rn-fetch-blob/android/src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
- apps/mobile/node_modules/jsc-android
|
||||
- apps/mobile/node_modules/hermes-engine
|
||||
- apps/mobile/node_modules/react-native-mmkv-storage/android/build.gradle
|
||||
- apps/mobile/node_modules/@callstack/repack/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-notification-sounds/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/rn-extensions-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-securerandom/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-device-info/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules/
|
||||
- node_modules/clipboardy/fallbacks
|
||||
- packages/editor/node_modules/@esbuild/linux-x64/bin/
|
||||
- packages/editor/node_modules/esbuild/bin/
|
||||
build:
|
||||
- rm -rf ../../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
ndk: r21e
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=armeabi-v7a
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.5.0
|
||||
versionCode: 10247
|
||||
disable: https://github.com/streetwriters/notesnook/issues/2645
|
||||
commit: abc14d2d1fa1b5837c1c0f27e9f1b0c814330373
|
||||
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/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
||||
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm i
|
||||
- npm run build
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- extensions
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
prebuild:
|
||||
- sed -i -e '/cliPath/s|"../../..|"../..|' build.gradle
|
||||
- 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
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.CHECK_LICENSE"
|
||||
/>||g' ../node_modules/rn-fetch-blob/android/src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
- apps/mobile/node_modules/jsc-android
|
||||
- apps/mobile/node_modules/hermes-engine
|
||||
- apps/mobile/node_modules/react-native-mmkv-storage/android/build.gradle
|
||||
- apps/mobile/node_modules/@callstack/repack/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-notification-sounds/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/rn-extensions-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-securerandom/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-device-info/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules/
|
||||
- node_modules/clipboardy/fallbacks
|
||||
- packages/editor/node_modules/@esbuild/linux-x64/bin/
|
||||
- packages/editor/node_modules/esbuild/bin/
|
||||
build:
|
||||
- rm -rf ../../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
ndk: r21e
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=x86
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.5.0
|
||||
versionCode: 10248
|
||||
disable: https://github.com/streetwriters/notesnook/issues/2645
|
||||
commit: abc14d2d1fa1b5837c1c0f27e9f1b0c814330373
|
||||
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/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
||||
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm i
|
||||
- npm run build
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- extensions
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
prebuild:
|
||||
- sed -i -e '/cliPath/s|"../../..|"../..|' build.gradle
|
||||
- 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
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.CHECK_LICENSE"
|
||||
/>||g' ../node_modules/rn-fetch-blob/android/src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
- apps/mobile/node_modules/jsc-android
|
||||
- apps/mobile/node_modules/hermes-engine
|
||||
- apps/mobile/node_modules/react-native-mmkv-storage/android/build.gradle
|
||||
- apps/mobile/node_modules/@callstack/repack/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-notification-sounds/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/rn-extensions-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-securerandom/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-device-info/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules/
|
||||
- node_modules/clipboardy/fallbacks
|
||||
- packages/editor/node_modules/@esbuild/linux-x64/bin/
|
||||
- packages/editor/node_modules/esbuild/bin/
|
||||
build:
|
||||
- rm -rf ../../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
ndk: r21e
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=arm64-v8a
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.5.0
|
||||
versionCode: 10249
|
||||
disable: https://github.com/streetwriters/notesnook/issues/2645
|
||||
commit: abc14d2d1fa1b5837c1c0f27e9f1b0c814330373
|
||||
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/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
||||
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm i
|
||||
- npm run build
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- extensions
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
prebuild:
|
||||
- sed -i -e '/cliPath/s|"../../..|"../..|' build.gradle
|
||||
- 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
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.CHECK_LICENSE"
|
||||
/>||g' ../node_modules/rn-fetch-blob/android/src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
- apps/mobile/node_modules/jsc-android
|
||||
- apps/mobile/node_modules/hermes-engine
|
||||
- apps/mobile/node_modules/react-native-mmkv-storage/android/build.gradle
|
||||
- apps/mobile/node_modules/@callstack/repack/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-notification-sounds/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/rn-extensions-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-securerandom/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-device-info/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules/
|
||||
- node_modules/clipboardy/fallbacks
|
||||
- packages/editor/node_modules/@esbuild/linux-x64/bin/
|
||||
- packages/editor/node_modules/esbuild/bin/
|
||||
build:
|
||||
- rm -rf ../../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
ndk: r21e
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=x86_64
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.5.1
|
||||
versionCode: 10251
|
||||
commit: 780bebe141c8d00aed8241e19d096a2ccc76388b
|
||||
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/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
||||
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm i
|
||||
- npm run build
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- extensions
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
prebuild:
|
||||
- sed -i -e '/cliPath/s|"../../..|"../..|' build.gradle
|
||||
- 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
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.CHECK_LICENSE"
|
||||
/>||g' ../node_modules/rn-fetch-blob/android/src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
- apps/mobile/node_modules/jsc-android
|
||||
- apps/mobile/node_modules/hermes-engine
|
||||
- apps/mobile/node_modules/react-native-mmkv-storage/android/build.gradle
|
||||
- apps/mobile/node_modules/@callstack/repack/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-notification-sounds/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/rn-extensions-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-securerandom/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-device-info/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules/
|
||||
- node_modules/clipboardy/fallbacks
|
||||
- packages/editor/node_modules/@esbuild/linux-x64/bin/
|
||||
- packages/editor/node_modules/esbuild/bin/
|
||||
build:
|
||||
- rm -rf ../../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
ndk: r21e
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=armeabi-v7a
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.5.1
|
||||
versionCode: 10252
|
||||
commit: 780bebe141c8d00aed8241e19d096a2ccc76388b
|
||||
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/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
||||
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm i
|
||||
- npm run build
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- extensions
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
prebuild:
|
||||
- sed -i -e '/cliPath/s|"../../..|"../..|' build.gradle
|
||||
- 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
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.CHECK_LICENSE"
|
||||
/>||g' ../node_modules/rn-fetch-blob/android/src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
- apps/mobile/node_modules/jsc-android
|
||||
- apps/mobile/node_modules/hermes-engine
|
||||
- apps/mobile/node_modules/react-native-mmkv-storage/android/build.gradle
|
||||
- apps/mobile/node_modules/@callstack/repack/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-notification-sounds/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/rn-extensions-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-securerandom/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-device-info/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules/
|
||||
- node_modules/clipboardy/fallbacks
|
||||
- packages/editor/node_modules/@esbuild/linux-x64/bin/
|
||||
- packages/editor/node_modules/esbuild/bin/
|
||||
build:
|
||||
- rm -rf ../../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
ndk: r21e
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=x86
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.5.1
|
||||
versionCode: 10253
|
||||
commit: 780bebe141c8d00aed8241e19d096a2ccc76388b
|
||||
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/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
||||
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm i
|
||||
- npm run build
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- extensions
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
prebuild:
|
||||
- sed -i -e '/cliPath/s|"../../..|"../..|' build.gradle
|
||||
- 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
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.CHECK_LICENSE"
|
||||
/>||g' ../node_modules/rn-fetch-blob/android/src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
- apps/mobile/node_modules/jsc-android
|
||||
- apps/mobile/node_modules/hermes-engine
|
||||
- apps/mobile/node_modules/react-native-mmkv-storage/android/build.gradle
|
||||
- apps/mobile/node_modules/@callstack/repack/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-notification-sounds/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/rn-extensions-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-securerandom/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-device-info/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules/
|
||||
- node_modules/clipboardy/fallbacks
|
||||
- packages/editor/node_modules/@esbuild/linux-x64/bin/
|
||||
- packages/editor/node_modules/esbuild/bin/
|
||||
build:
|
||||
- rm -rf ../../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
ndk: r21e
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=arm64-v8a
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.5.1
|
||||
versionCode: 10254
|
||||
commit: 780bebe141c8d00aed8241e19d096a2ccc76388b
|
||||
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/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
||||
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm i
|
||||
- npm run build
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- extensions
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
prebuild:
|
||||
- sed -i -e '/cliPath/s|"../../..|"../..|' build.gradle
|
||||
- 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
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.CHECK_LICENSE"
|
||||
/>||g' ../node_modules/rn-fetch-blob/android/src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
- apps/mobile/node_modules/jsc-android
|
||||
- apps/mobile/node_modules/hermes-engine
|
||||
- apps/mobile/node_modules/react-native-mmkv-storage/android/build.gradle
|
||||
- apps/mobile/node_modules/@callstack/repack/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-screens/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-svg/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-notification-sounds/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/rn-extensions-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-securerandom/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-reanimated/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-keychain/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-device-info/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-bootsplash/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules/
|
||||
- node_modules/clipboardy/fallbacks
|
||||
- packages/editor/node_modules/@esbuild/linux-x64/bin/
|
||||
- packages/editor/node_modules/esbuild/bin/
|
||||
build:
|
||||
- rm -rf ../../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
ndk: r21e
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=x86_64
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.5.2
|
||||
versionCode: 10256
|
||||
|
|
@ -940,8 +345,6 @@ Builds:
|
|||
- 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
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.CHECK_LICENSE"
|
||||
/>||g' ../node_modules/rn-fetch-blob/android/src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
|
|
@ -956,7 +359,7 @@ Builds:
|
|||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-notification-sounds/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/rn-extensions-share/android/build.gradle
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-share-extension/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
|
|
@ -969,6 +372,7 @@ Builds:
|
|||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-blob-util/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules/
|
||||
- node_modules/clipboardy/fallbacks
|
||||
|
|
@ -1014,8 +418,6 @@ Builds:
|
|||
- 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
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.CHECK_LICENSE"
|
||||
/>||g' ../node_modules/rn-fetch-blob/android/src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
|
|
@ -1030,7 +432,7 @@ Builds:
|
|||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-notification-sounds/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/rn-extensions-share/android/build.gradle
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-share-extension/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
|
|
@ -1043,6 +445,7 @@ Builds:
|
|||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-blob-util/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules/
|
||||
- node_modules/clipboardy/fallbacks
|
||||
|
|
@ -1088,8 +491,6 @@ Builds:
|
|||
- 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
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.CHECK_LICENSE"
|
||||
/>||g' ../node_modules/rn-fetch-blob/android/src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
|
|
@ -1104,7 +505,7 @@ Builds:
|
|||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-notification-sounds/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/rn-extensions-share/android/build.gradle
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-share-extension/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
|
|
@ -1117,6 +518,7 @@ Builds:
|
|||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-blob-util/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules/
|
||||
- node_modules/clipboardy/fallbacks
|
||||
|
|
@ -1162,8 +564,6 @@ Builds:
|
|||
- 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
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.CHECK_LICENSE"
|
||||
/>||g' ../node_modules/rn-fetch-blob/android/src/main/AndroidManifest.xml
|
||||
scanignore:
|
||||
- apps/mobile/native/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native/*
|
||||
|
|
@ -1178,7 +578,7 @@ Builds:
|
|||
- apps/mobile/node_modules/react-native-actions-shortcuts/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-notification-sounds/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-gzip/android/build.gradle
|
||||
- apps/mobile/node_modules/rn-extensions-share/android/build.gradle
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-share-extension/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-webview/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-share/android/build.gradle
|
||||
|
|
@ -1191,6 +591,7 @@ Builds:
|
|||
- apps/mobile/node_modules/@react-native-masked-view/masked-view/android/build.gradle
|
||||
- apps/mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/android/build.gradle
|
||||
- apps/mobile/node_modules/react-native-blob-util/android/build.gradle
|
||||
scandelete:
|
||||
- apps/mobile/node_modules/
|
||||
- node_modules/clipboardy/fallbacks
|
||||
|
|
|
|||
Loading…
Reference in a new issue