mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 06:36:52 +00:00
Update Notesnook to 3.2.10 (1533)
This commit is contained in:
parent
e40f133824
commit
0ac8f0344e
1 changed files with 58 additions and 42 deletions
|
|
@ -11713,20 +11713,21 @@ Builds:
|
|||
- reactNativeArchitectures=x86_64
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 3.1.1
|
||||
versionCode: 15251
|
||||
disable: build failed
|
||||
commit: cb29d71619887a8f31a133510fc00b5256667b7a
|
||||
- versionName: 3.2.10
|
||||
versionCode: 15331
|
||||
commit: cdf6a4bb5b9c35d98966c1f80b53a56d0b99f07c
|
||||
subdir: apps/mobile/native/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- 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"
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
||||
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
- apt-get install -y g++ make libc-dev
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm ci --ignore-scripts --prefer-offline --no-audit
|
||||
|
|
@ -11739,6 +11740,7 @@ Builds:
|
|||
- apps/desktop
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-sodium/android/lazysodium
|
||||
prebuild:
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.BILLING" />||g'
|
||||
./src/main/AndroidManifest.xml
|
||||
|
|
@ -11746,10 +11748,11 @@ 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/project(':lazysodium')/'com.goterl:lazysodium-android:5.2.0@aar'/"
|
||||
../node_modules/@ammarahmed/react-native-sodium/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
|
||||
|
|
@ -11772,32 +11775,34 @@ Builds:
|
|||
- 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
|
||||
- apps/mobile/node_modules/react-native-pdf/android/build.gradle
|
||||
scandelete:
|
||||
- .nx/cache
|
||||
- apps/mobile/node_modules
|
||||
- node_modules
|
||||
- packages
|
||||
- servers/themes/node_modules
|
||||
ndk: r23c
|
||||
ndk: r27b
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=armeabi-v7a
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 3.1.1
|
||||
versionCode: 15252
|
||||
disable: build failed
|
||||
commit: cb29d71619887a8f31a133510fc00b5256667b7a
|
||||
- versionName: 3.2.10
|
||||
versionCode: 15332
|
||||
commit: cdf6a4bb5b9c35d98966c1f80b53a56d0b99f07c
|
||||
subdir: apps/mobile/native/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- 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"
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
||||
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
- apt-get install -y g++ make libc-dev
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm ci --ignore-scripts --prefer-offline --no-audit
|
||||
|
|
@ -11810,6 +11815,7 @@ Builds:
|
|||
- apps/desktop
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-sodium/android/lazysodium
|
||||
prebuild:
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.BILLING" />||g'
|
||||
./src/main/AndroidManifest.xml
|
||||
|
|
@ -11817,10 +11823,11 @@ 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/project(':lazysodium')/'com.goterl:lazysodium-android:5.2.0@aar'/"
|
||||
../node_modules/@ammarahmed/react-native-sodium/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
|
||||
|
|
@ -11843,32 +11850,34 @@ Builds:
|
|||
- 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
|
||||
- apps/mobile/node_modules/react-native-pdf/android/build.gradle
|
||||
scandelete:
|
||||
- .nx/cache
|
||||
- apps/mobile/node_modules
|
||||
- node_modules
|
||||
- packages
|
||||
- servers/themes/node_modules
|
||||
ndk: r23c
|
||||
ndk: r27b
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=x86
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 3.1.1
|
||||
versionCode: 15253
|
||||
disable: build failed
|
||||
commit: cb29d71619887a8f31a133510fc00b5256667b7a
|
||||
- versionName: 3.2.10
|
||||
versionCode: 15333
|
||||
commit: cdf6a4bb5b9c35d98966c1f80b53a56d0b99f07c
|
||||
subdir: apps/mobile/native/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- 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"
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
||||
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
- apt-get install -y g++ make libc-dev
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm ci --ignore-scripts --prefer-offline --no-audit
|
||||
|
|
@ -11881,6 +11890,7 @@ Builds:
|
|||
- apps/desktop
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-sodium/android/lazysodium
|
||||
prebuild:
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.BILLING" />||g'
|
||||
./src/main/AndroidManifest.xml
|
||||
|
|
@ -11888,10 +11898,11 @@ 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/project(':lazysodium')/'com.goterl:lazysodium-android:5.2.0@aar'/"
|
||||
../node_modules/@ammarahmed/react-native-sodium/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
|
||||
|
|
@ -11914,32 +11925,34 @@ Builds:
|
|||
- 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
|
||||
- apps/mobile/node_modules/react-native-pdf/android/build.gradle
|
||||
scandelete:
|
||||
- .nx/cache
|
||||
- apps/mobile/node_modules
|
||||
- node_modules
|
||||
- packages
|
||||
- servers/themes/node_modules
|
||||
ndk: r23c
|
||||
ndk: r27b
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=arm64-v8a
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 3.1.1
|
||||
versionCode: 15254
|
||||
disable: build failed
|
||||
commit: cb29d71619887a8f31a133510fc00b5256667b7a
|
||||
- versionName: 3.2.10
|
||||
versionCode: 15334
|
||||
commit: cdf6a4bb5b9c35d98966c1f80b53a56d0b99f07c
|
||||
subdir: apps/mobile/native/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- 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"
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
||||
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
- apt-get install -y g++ make libc-dev
|
||||
init:
|
||||
- cd ../../../../..
|
||||
- npm ci --ignore-scripts --prefer-offline --no-audit
|
||||
|
|
@ -11952,6 +11965,7 @@ Builds:
|
|||
- apps/desktop
|
||||
- apps/web
|
||||
- packages/clipper
|
||||
- apps/mobile/node_modules/@ammarahmed/react-native-sodium/android/lazysodium
|
||||
prebuild:
|
||||
- sed -i -e 's|<uses-permission android:name="com.android.vending.BILLING" />||g'
|
||||
./src/main/AndroidManifest.xml
|
||||
|
|
@ -11959,10 +11973,11 @@ 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/project(':lazysodium')/'com.goterl:lazysodium-android:5.2.0@aar'/"
|
||||
../node_modules/@ammarahmed/react-native-sodium/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
|
||||
|
|
@ -11985,13 +12000,14 @@ Builds:
|
|||
- 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
|
||||
- apps/mobile/node_modules/react-native-pdf/android/build.gradle
|
||||
scandelete:
|
||||
- .nx/cache
|
||||
- apps/mobile/node_modules
|
||||
- node_modules
|
||||
- packages
|
||||
- servers/themes/node_modules
|
||||
ndk: r23c
|
||||
ndk: r27b
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=x86_64
|
||||
|
|
@ -12005,5 +12021,5 @@ VercodeOperation:
|
|||
- '%c * 5 + 3'
|
||||
- '%c * 5 + 4'
|
||||
UpdateCheckData: apps/mobile/native/android/app/build.gradle|versionCode\s(\d+)|apps/mobile/package.json|"version":.*\"(.*)\",
|
||||
CurrentVersion: 3.1.1
|
||||
CurrentVersionCode: 15254
|
||||
CurrentVersion: 3.2.10
|
||||
CurrentVersionCode: 15334
|
||||
|
|
|
|||
Loading…
Reference in a new issue