mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
standardnotes: fix 3.195.9
This commit is contained in:
parent
d0942e4fb7
commit
e0cd9cf2de
2 changed files with 15 additions and 11 deletions
|
|
@ -621,10 +621,9 @@ Builds:
|
||||||
- .yarn/
|
- .yarn/
|
||||||
ndk: r23b
|
ndk: r23b
|
||||||
|
|
||||||
- versionName: 3.195.8
|
- versionName: 3.195.9
|
||||||
versionCode: 3003114
|
versionCode: 3003117
|
||||||
disable: fails to start, notifee error
|
commit: '@standardnotes/mobile@3.195.9'
|
||||||
commit: '@standardnotes/mobile@3.195.8'
|
|
||||||
subdir: packages/mobile/android/app
|
subdir: packages/mobile/android/app
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|
@ -633,6 +632,8 @@ Builds:
|
||||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||||
init:
|
init:
|
||||||
- cd ../../../..
|
- cd ../../../..
|
||||||
|
- sed -i -e 's/version:\ 7.8.0/version:\ 9.1.1/' -e 's/npm:7.8.0/npm:9.1.1/'
|
||||||
|
-e '/800233/d' yarn.lock
|
||||||
- yarn config set -H enableImmutableInstalls false
|
- yarn config set -H enableImmutableInstalls false
|
||||||
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
- tmpfile=$(mktemp) && cp packages/mobile/package.json "$tmpfile" && jq -r 'del
|
||||||
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
(.devDependencies["react-native-iap"]) | del (.dependencies["react-native-store-review"])'
|
||||||
|
|
@ -645,7 +646,7 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- prod
|
- prod
|
||||||
srclibs:
|
srclibs:
|
||||||
- meypod-notifee@36713fb9ae8993421b5c4bc7f4d31e93b11b6627
|
- notifee@@notifee/react-native@9.1.1
|
||||||
rm:
|
rm:
|
||||||
- packages/mobile/ios
|
- packages/mobile/ios
|
||||||
prebuild:
|
prebuild:
|
||||||
|
|
@ -658,11 +659,6 @@ Builds:
|
||||||
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
-e '/legacyGetErrorMessage() {/,/^ }/d' -e 's/legacyGetErrorMessage()/"LegacyAndroid"/g'
|
||||||
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
-e '/FingerprintIdentify/Id' src/main/java/com/hieuvp/fingerprint/ReactNativeFingerprintScannerModule.java
|
||||||
- popd
|
- popd
|
||||||
- sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'
|
|
||||||
../../node_modules/@notifee/react-native/android/build.gradle
|
|
||||||
- echo 'include(":notifee_core")' >> ../settings.gradle
|
|
||||||
- echo 'project(":notifee_core").projectDir = file("$$meypod-notifee$$/android")'
|
|
||||||
>> ../settings.gradle
|
|
||||||
- cd ../../../..
|
- cd ../../../..
|
||||||
- yarn run build:mobile
|
- yarn run build:mobile
|
||||||
- cd packages/mobile
|
- cd packages/mobile
|
||||||
|
|
@ -679,9 +675,15 @@ Builds:
|
||||||
- packages/mobile/node_modules
|
- packages/mobile/node_modules
|
||||||
- packages/desktop
|
- packages/desktop
|
||||||
- .yarn/
|
- .yarn/
|
||||||
|
build:
|
||||||
|
- pushd $$notifee$$/android
|
||||||
|
- gradle publishAarPublicationToMavenRepository
|
||||||
|
- popd
|
||||||
|
- rm -rf ../../node_modules/@notifee/react-native/android/libs
|
||||||
|
- mv $$notifee$$/packages/react-native/android/libs ../../node_modules/@notifee/react-native/android/
|
||||||
ndk: 26.1.10909125
|
ndk: 26.1.10909125
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: Version @standardnotes/mobile@%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
- 3002000 + %c
|
- 3002000 + %c
|
||||||
|
|
|
||||||
2
srclibs/notifee.yml
Normal file
2
srclibs/notifee.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/invertase/notifee.git
|
||||||
Loading…
Reference in a new issue