mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-09 22:08:35 +00:00
misc fixes
This commit is contained in:
parent
b556e4bd0d
commit
cd092936b4
6 changed files with 9 additions and 51 deletions
|
|
@ -871,7 +871,7 @@ Builds:
|
|||
|
||||
- versionName: 2.4.12
|
||||
versionCode: 952
|
||||
commit: 967aebd2117051c36bb553545f3dbcb2d78350c7
|
||||
commit: 3e9d7366f1911c8f1cce1e103cd29f2a95797473
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
|
|
|
|||
|
|
@ -1881,6 +1881,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.12
|
||||
versionCode: 1081
|
||||
disable: https://github.com/AgoraDesk-LocalMonero/agoradesk-app-foss/issues/251
|
||||
commit: 54064af212af14910d8ed08599f7a09b99444184
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-*-localmonero-release.apk
|
||||
|
|
@ -1903,6 +1904,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.12
|
||||
versionCode: 1082
|
||||
disable: https://github.com/AgoraDesk-LocalMonero/agoradesk-app-foss/issues/251
|
||||
commit: 54064af212af14910d8ed08599f7a09b99444184
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-*-localmonero-release.apk
|
||||
|
|
@ -1925,6 +1927,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.12
|
||||
versionCode: 1083
|
||||
disable: https://github.com/AgoraDesk-LocalMonero/agoradesk-app-foss/issues/251
|
||||
commit: 54064af212af14910d8ed08599f7a09b99444184
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-*-localmonero-release.apk
|
||||
|
|
|
|||
|
|
@ -1573,6 +1573,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.12
|
||||
versionCode: 1081
|
||||
disable: https://github.com/AgoraDesk-LocalMonero/agoradesk-app-foss/issues/251
|
||||
commit: 5f85088c8f0d7ddde2248e542e888e11ab403fa6
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-*-agoradesk-release.apk
|
||||
|
|
@ -1595,6 +1596,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.12
|
||||
versionCode: 1082
|
||||
disable: https://github.com/AgoraDesk-LocalMonero/agoradesk-app-foss/issues/251
|
||||
commit: 5f85088c8f0d7ddde2248e542e888e11ab403fa6
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-*-agoradesk-release.apk
|
||||
|
|
@ -1617,6 +1619,7 @@ Builds:
|
|||
|
||||
- versionName: 1.1.12
|
||||
versionCode: 1083
|
||||
disable: https://github.com/AgoraDesk-LocalMonero/agoradesk-app-foss/issues/251
|
||||
commit: 5f85088c8f0d7ddde2248e542e888e11ab403fa6
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-*-agoradesk-release.apk
|
||||
|
|
|
|||
|
|
@ -253,6 +253,7 @@ Builds:
|
|||
- node_modules/react-native/sdks/hermesc
|
||||
- node_modules/expo/android/build.gradle
|
||||
- node_modules/expo-application/android/build.gradle
|
||||
- node_modules/expo-asset/node_modules/expo-file-system/android/build.gradle
|
||||
- node_modules/expo-constants/android/build.gradle
|
||||
- node_modules/expo-file-system/android/build.gradle
|
||||
- node_modules/expo-font/android/build.gradle
|
||||
|
|
@ -266,6 +267,7 @@ Builds:
|
|||
- node_modules/expo-modules-core/android/build.gradle
|
||||
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
||||
- node_modules/expo-secure-store/android/build.gradle
|
||||
- node_modules/expo-sharing/android/build.gradle
|
||||
- node_modules/expo-splash-screen/android/build.gradle
|
||||
- node_modules/expo-web-browser/android/build.gradle
|
||||
- node_modules/jsc-android
|
||||
|
|
|
|||
|
|
@ -12856,54 +12856,6 @@ Builds:
|
|||
- .yarn/
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 3.171.5
|
||||
versionCode: 3001125
|
||||
commit: '@standardnotes/mobile@3.171.5'
|
||||
subdir: packages/mobile/android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y libsecret-1-dev build-essential
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/v16.20.0/node-v16.20.0-linux-x64.tar.gz
|
||||
- echo "7abc0e558fa3b3c4cc0fd3c7fa5dbe61500ba7213f5e87ed560c65a733c6a5c4 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g yarn
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
init:
|
||||
- cd ../../../..
|
||||
- yarn config set -H enableImmutableInstalls false
|
||||
- sed -i -e '/react-native-iap/d' packages/mobile/package.json
|
||||
- npm_config_build_from_source=true yarn
|
||||
patch:
|
||||
- remove-IAP.3.146.2.patch
|
||||
- disable-gms-u2f-support-3.160.17.patch
|
||||
gradle:
|
||||
- prod
|
||||
rm:
|
||||
- packages/mobile/ios
|
||||
prebuild:
|
||||
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
||||
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
||||
build.gradle
|
||||
- pushd ../../../..
|
||||
- yarn run build:mobile
|
||||
- popd
|
||||
- pushd ../..
|
||||
- yarn run android:bundle
|
||||
- popd
|
||||
scanignore:
|
||||
- packages/mobile/node_modules/jsc-android
|
||||
- packages/mobile/node_modules/react-native
|
||||
- packages/mobile/node_modules/detox/android/build.gradle
|
||||
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
||||
- packages/mobile/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules/
|
||||
- packages/mobile/node_modules
|
||||
- packages/desktop
|
||||
- .yarn/
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 3.171.6
|
||||
versionCode: 3001126
|
||||
commit: '@standardnotes/mobile@3.171.6'
|
||||
|
|
|
|||
|
|
@ -1369,10 +1369,8 @@ Builds:
|
|||
scanignore:
|
||||
- packages/app-mobile/android/build.gradle
|
||||
- packages/app-mobile/node_modules/jsc-android
|
||||
- packages/app-mobile/node_modules/react-native/android/com/facebook/react
|
||||
- packages/app-mobile/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
- packages/app-mobile/node_modules/@react-native-community/push-notification-ios/android/build.gradle
|
||||
- packages/app-mobile/node_modules/react-native-document-picker/android/build.gradle
|
||||
- packages/app-mobile/node_modules/react-native-get-random-values/android/build.gradle
|
||||
- packages/app-mobile/node_modules/react-native-image-picker/android/build.gradle
|
||||
- packages/app-mobile/node_modules/react-native-localize/android/build.gradle
|
||||
|
|
|
|||
Loading…
Reference in a new issue