diff --git a/metadata/com.standardnotes.yml b/metadata/com.standardnotes.yml index 2ef74cba88..8d7575be26 100644 --- a/metadata/com.standardnotes.yml +++ b/metadata/com.standardnotes.yml @@ -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$$