mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
fix standardnotes 3.14.0
This commit is contained in:
parent
df59413baa
commit
a91124b1eb
1 changed files with 1 additions and 5 deletions
|
|
@ -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$$
|
||||
|
|
|
|||
Loading…
Reference in a new issue