fix standardnotes 3.14.0

This commit is contained in:
proletarius101 2022-03-30 16:45:42 +00:00 committed by linsui
parent df59413baa
commit a91124b1eb

View file

@ -3051,8 +3051,6 @@ Builds:
- cd ../..
- yarn cache clean snjs
- npm_config_build_from_source=true yarn --force
patch:
- bugsnag-3.9.12.patch
gradle:
- prod
srclibs:
@ -3069,8 +3067,6 @@ Builds:
- $$SDK$$/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
- sed -i -e "/bugsnag/d" build.gradle
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
scanignore:
- android/build.gradle
- node_modules/hermes-engine
@ -3084,7 +3080,7 @@ Builds:
scandelete:
- node_modules/
build:
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
- lib="$PWD/../../node_modules/react-native-sodium-jsi/libsodium"
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
../build.gradle`
- pushd $$libsodium$$