mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
standardnotes - keep latest
This commit is contained in:
parent
167ca9cbd7
commit
4180539110
1 changed files with 0 additions and 59 deletions
|
|
@ -13944,65 +13944,6 @@ Builds:
|
||||||
- .yarn/
|
- .yarn/
|
||||||
ndk: r23b
|
ndk: r23b
|
||||||
|
|
||||||
- versionName: 3.191.9
|
|
||||||
versionCode: 3003052
|
|
||||||
commit: '@standardnotes/mobile@3.191.9'
|
|
||||||
subdir: packages/mobile/android/app
|
|
||||||
sudo:
|
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y libsecret-1-dev build-essential jq
|
|
||||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/v18.6.0/node-v18.6.0-linux-x64.tar.gz
|
|
||||||
- echo "eff59cd54fdcd24dc09965b41dc8d347ab4ce367b6c395fd983cfb4c3a542e03 node.tar.gz"
|
|
||||||
| sha256sum -c -
|
|
||||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
||||||
- npm install -g yarn
|
|
||||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
||||||
init:
|
|
||||||
- cd ../../../..
|
|
||||||
- yarn config set -H enableImmutableInstalls false
|
|
||||||
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
|
||||||
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
|
||||||
"$tmpfile" > packages/mobile/package.json && rm "$tmpfile"
|
|
||||||
- npm_config_build_from_source=true yarn
|
|
||||||
patch:
|
|
||||||
- remove-IAP.3.146.2.patch
|
|
||||||
- disable-gms-u2f-support-3.160.17.patch
|
|
||||||
- remove-react-native-store-review.3.177.5.patch
|
|
||||||
gradle:
|
|
||||||
- prod
|
|
||||||
srclibs:
|
|
||||||
- meypod-notifee@eeee41593e4e183e967eac4e99f9bcf5bedb8d57
|
|
||||||
rm:
|
|
||||||
- packages/mobile/ios
|
|
||||||
prebuild:
|
|
||||||
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
||||||
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
||||||
build.gradle
|
|
||||||
- pushd ../../../..
|
|
||||||
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
|
||||||
packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
||||||
- echo 'include(":notifee_core")' >> packages/mobile/android/settings.gradle
|
|
||||||
- echo 'project(":notifee_core").projectDir = file("$$meypod-notifee$$/android")'
|
|
||||||
>> packages/mobile/android/settings.gradle
|
|
||||||
- yarn run build:mobile
|
|
||||||
- popd
|
|
||||||
- pushd ../..
|
|
||||||
- yarn run android:bundle
|
|
||||||
- popd
|
|
||||||
scanignore:
|
|
||||||
- packages/mobile/node_modules/jsc-android
|
|
||||||
- packages/mobile/node_modules/react-native
|
|
||||||
- packages/mobile/node_modules/@notifee/react-native/android/build.gradle
|
|
||||||
- packages/mobile/node_modules/detox/android/build.gradle
|
|
||||||
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
||||||
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
||||||
scandelete:
|
|
||||||
- node_modules/
|
|
||||||
- packages/mobile/node_modules
|
|
||||||
- packages/desktop
|
|
||||||
- .yarn/
|
|
||||||
ndk: r23b
|
|
||||||
|
|
||||||
- versionName: 3.191.14
|
- versionName: 3.191.14
|
||||||
versionCode: 3003054
|
versionCode: 3003054
|
||||||
commit: '@standardnotes/mobile@3.191.14'
|
commit: '@standardnotes/mobile@3.191.14'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue