mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Notesnook to 2.6.17 (10424)
This commit is contained in:
parent
554202f1b9
commit
973cc1af78
1 changed files with 298 additions and 2 deletions
|
|
@ -4725,6 +4725,302 @@ Builds:
|
|||
- reactNativeArchitectures=x86_64
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.6.17
|
||||
versionCode: 10421
|
||||
commit: d4f7e3ef07c77d2f0aa53c984e1c2896cb9a5dab
|
||||
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/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/@callstack/repack/android/build.gradle
|
||||
- apps/mobile/node_modules/hermes-engine
|
||||
- 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-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
|
||||
- apps/theme-builder
|
||||
- apps/vericrypt/node_modules
|
||||
- node_modules/clipboardy/fallbacks
|
||||
- packages
|
||||
- servers/themes/node_modules
|
||||
build:
|
||||
- rm -rf ../../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
ndk: 23.1.7779620
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=armeabi-v7a
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.6.17
|
||||
versionCode: 10422
|
||||
commit: d4f7e3ef07c77d2f0aa53c984e1c2896cb9a5dab
|
||||
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/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/@callstack/repack/android/build.gradle
|
||||
- apps/mobile/node_modules/hermes-engine
|
||||
- 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-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
|
||||
- apps/theme-builder
|
||||
- apps/vericrypt/node_modules
|
||||
- node_modules/clipboardy/fallbacks
|
||||
- packages
|
||||
- servers/themes/node_modules
|
||||
build:
|
||||
- rm -rf ../../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
ndk: 23.1.7779620
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=x86
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.6.17
|
||||
versionCode: 10423
|
||||
commit: d4f7e3ef07c77d2f0aa53c984e1c2896cb9a5dab
|
||||
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/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/@callstack/repack/android/build.gradle
|
||||
- apps/mobile/node_modules/hermes-engine
|
||||
- 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-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
|
||||
- apps/theme-builder
|
||||
- apps/vericrypt/node_modules
|
||||
- node_modules/clipboardy/fallbacks
|
||||
- packages
|
||||
- servers/themes/node_modules
|
||||
build:
|
||||
- rm -rf ../../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
ndk: 23.1.7779620
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=arm64-v8a
|
||||
- fdroidBuild=true
|
||||
|
||||
- versionName: 2.6.17
|
||||
versionCode: 10424
|
||||
commit: d4f7e3ef07c77d2f0aa53c984e1c2896cb9a5dab
|
||||
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/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/@callstack/repack/android/build.gradle
|
||||
- apps/mobile/node_modules/hermes-engine
|
||||
- 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-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
|
||||
- apps/theme-builder
|
||||
- apps/vericrypt/node_modules
|
||||
- node_modules/clipboardy/fallbacks
|
||||
- packages
|
||||
- servers/themes/node_modules
|
||||
build:
|
||||
- rm -rf ../../../node_modules/react-native-mmkv-storage/android/react-native*
|
||||
- gradle clean
|
||||
ndk: 23.1.7779620
|
||||
gradleprops:
|
||||
- buildUniversalApk=false
|
||||
- reactNativeArchitectures=x86_64
|
||||
- fdroidBuild=true
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*-android$
|
||||
VercodeOperation:
|
||||
|
|
@ -4733,5 +5029,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: 2.6.15
|
||||
CurrentVersionCode: 10379
|
||||
CurrentVersion: 2.6.17
|
||||
CurrentVersionCode: 10424
|
||||
|
|
|
|||
Loading…
Reference in a new issue