mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
disable split abi for standardnotes
This commit is contained in:
parent
a8edde80e4
commit
9c1077e4da
1 changed files with 16 additions and 6 deletions
|
|
@ -2045,13 +2045,11 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
- versionName: 3.9.5
|
- versionName: 3.9.6
|
||||||
versionCode: 3000313
|
versionCode: 3000313
|
||||||
disable: https://github.com/standardnotes/mobile/issues/516
|
commit: 3.9.6
|
||||||
commit: 3.9.5
|
|
||||||
subdir: android/app/
|
subdir: android/app/
|
||||||
sudo:
|
sudo:
|
||||||
- sysctl fs.inotify.max_user_watches=524288
|
|
||||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
||||||
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
||||||
| sha256sum -c -
|
| sha256sum -c -
|
||||||
|
|
@ -2072,8 +2070,19 @@ Builds:
|
||||||
rm:
|
rm:
|
||||||
- .gitmodules
|
- .gitmodules
|
||||||
prebuild:
|
prebuild:
|
||||||
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
- wget -O /tmp/cmdline-tools.zip -t 5 "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip"
|
||||||
|
- echo "124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf /tmp/cmdline-tools.zip" |
|
||||||
|
sha256sum -c -
|
||||||
|
- unzip -q -o /tmp/cmdline-tools.zip -d /tmp/cmdline-tools
|
||||||
|
- rm /tmp/cmdline-tools.zip
|
||||||
|
- mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
||||||
|
- mv /tmp/cmdline-tools/cmdline-tools/* ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
||||||
|
|| true
|
||||||
|
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin:${PATH}
|
||||||
|
- yes | sdkmanager --licenses
|
||||||
|
- sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
||||||
- sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
- sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
||||||
|
- echo "android { splits { abi { enable false } } }" >> build.gradle
|
||||||
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
||||||
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
||||||
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
||||||
|
|
@ -2089,6 +2098,7 @@ Builds:
|
||||||
- node_modules/standard-notes-rn/android/build.gradle
|
- node_modules/standard-notes-rn/android/build.gradle
|
||||||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||||||
- node_modules/@react-native-community/masked-view/android/build.gradle
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
||||||
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
build:
|
build:
|
||||||
|
|
@ -2107,5 +2117,5 @@ AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
VercodeOperation: 3000220 + %c
|
VercodeOperation: 3000220 + %c
|
||||||
UpdateCheckData: https://github.com/standardnotes/mobile/actions/workflows/build-prod.yml|(\d+)\sworkflow\sruns|https://github.com/standardnotes/mobile/releases/latest|tree/([\d.]+)
|
UpdateCheckData: https://github.com/standardnotes/mobile/actions/workflows/build-prod.yml|(\d+)\sworkflow\sruns|https://github.com/standardnotes/mobile/releases/latest|tree/([\d.]+)
|
||||||
CurrentVersion: 3.9.5
|
CurrentVersion: 3.9.6
|
||||||
CurrentVersionCode: 3000313
|
CurrentVersionCode: 3000313
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue