mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Notesnook to 3.1.1 (15254)
This commit is contained in:
parent
5708684c04
commit
b1da97b97b
1 changed files with 282 additions and 2 deletions
|
|
@ -11991,6 +11991,286 @@ Builds:
|
||||||
- reactNativeArchitectures=x86_64
|
- reactNativeArchitectures=x86_64
|
||||||
- fdroidBuild=true
|
- fdroidBuild=true
|
||||||
|
|
||||||
|
- versionName: 3.1.1
|
||||||
|
versionCode: 15251
|
||||||
|
commit: cb29d71619887a8f31a133510fc00b5256667b7a
|
||||||
|
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
|
||||||
|
- npx nx run @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
|
||||||
|
scanignore:
|
||||||
|
- apps/mobile/native/android/build.gradle
|
||||||
|
- apps/mobile/node_modules/@ammarahmed/react-native-share-extension/android/build.gradle
|
||||||
|
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/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-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:
|
||||||
|
- .nx/cache
|
||||||
|
- apps/mobile/node_modules
|
||||||
|
- node_modules
|
||||||
|
- packages
|
||||||
|
- servers/themes/node_modules
|
||||||
|
ndk: r23c
|
||||||
|
gradleprops:
|
||||||
|
- buildUniversalApk=false
|
||||||
|
- reactNativeArchitectures=armeabi-v7a
|
||||||
|
- fdroidBuild=true
|
||||||
|
|
||||||
|
- versionName: 3.1.1
|
||||||
|
versionCode: 15252
|
||||||
|
commit: cb29d71619887a8f31a133510fc00b5256667b7a
|
||||||
|
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
|
||||||
|
- npx nx run @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
|
||||||
|
scanignore:
|
||||||
|
- apps/mobile/native/android/build.gradle
|
||||||
|
- apps/mobile/node_modules/@ammarahmed/react-native-share-extension/android/build.gradle
|
||||||
|
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/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-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:
|
||||||
|
- .nx/cache
|
||||||
|
- apps/mobile/node_modules
|
||||||
|
- node_modules
|
||||||
|
- packages
|
||||||
|
- servers/themes/node_modules
|
||||||
|
ndk: r23c
|
||||||
|
gradleprops:
|
||||||
|
- buildUniversalApk=false
|
||||||
|
- reactNativeArchitectures=x86
|
||||||
|
- fdroidBuild=true
|
||||||
|
|
||||||
|
- versionName: 3.1.1
|
||||||
|
versionCode: 15253
|
||||||
|
commit: cb29d71619887a8f31a133510fc00b5256667b7a
|
||||||
|
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
|
||||||
|
- npx nx run @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
|
||||||
|
scanignore:
|
||||||
|
- apps/mobile/native/android/build.gradle
|
||||||
|
- apps/mobile/node_modules/@ammarahmed/react-native-share-extension/android/build.gradle
|
||||||
|
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/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-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:
|
||||||
|
- .nx/cache
|
||||||
|
- apps/mobile/node_modules
|
||||||
|
- node_modules
|
||||||
|
- packages
|
||||||
|
- servers/themes/node_modules
|
||||||
|
ndk: r23c
|
||||||
|
gradleprops:
|
||||||
|
- buildUniversalApk=false
|
||||||
|
- reactNativeArchitectures=arm64-v8a
|
||||||
|
- fdroidBuild=true
|
||||||
|
|
||||||
|
- versionName: 3.1.1
|
||||||
|
versionCode: 15254
|
||||||
|
commit: cb29d71619887a8f31a133510fc00b5256667b7a
|
||||||
|
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
|
||||||
|
- npx nx run @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
|
||||||
|
scanignore:
|
||||||
|
- apps/mobile/native/android/build.gradle
|
||||||
|
- apps/mobile/node_modules/@ammarahmed/react-native-share-extension/android/build.gradle
|
||||||
|
- apps/mobile/node_modules/@bam.tech/react-native-image-resizer/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-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:
|
||||||
|
- .nx/cache
|
||||||
|
- apps/mobile/node_modules
|
||||||
|
- node_modules
|
||||||
|
- packages
|
||||||
|
- servers/themes/node_modules
|
||||||
|
ndk: r23c
|
||||||
|
gradleprops:
|
||||||
|
- buildUniversalApk=false
|
||||||
|
- reactNativeArchitectures=x86_64
|
||||||
|
- fdroidBuild=true
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^\d+(\.\d+)*-android$
|
UpdateCheckMode: Tags ^\d+(\.\d+)*-android$
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
@ -11999,5 +12279,5 @@ VercodeOperation:
|
||||||
- '%c * 5 + 3'
|
- '%c * 5 + 3'
|
||||||
- '%c * 5 + 4'
|
- '%c * 5 + 4'
|
||||||
UpdateCheckData: apps/mobile/native/android/app/build.gradle|versionCode\s(\d+)|apps/mobile/package.json|"version":.*\"(.*)\",
|
UpdateCheckData: apps/mobile/native/android/app/build.gradle|versionCode\s(\d+)|apps/mobile/package.json|"version":.*\"(.*)\",
|
||||||
CurrentVersion: 3.1.0
|
CurrentVersion: 3.1.1
|
||||||
CurrentVersionCode: 15249
|
CurrentVersionCode: 15254
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue