LessPass: build 9.1.9

This commit is contained in:
Pierre Rudloff 2020-10-02 23:05:38 +02:00
parent 001ad043a9
commit 6d4488471d

View file

@ -184,6 +184,37 @@ Builds:
scandelete:
- mobile/node_modules/
- versionName: 9.1.9
versionCode: 90109
commit: 9.1.9
subdir: mobile/android/app/
sudo:
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm
- npm -g install yarn
init: yarn install
gradle:
- yes
rm:
- mobile/node_modules/react-native/template/android/build.gradle
- mobile/node_modules/hermes-engine/android/*.aar
- mobile/node_modules/jetifier/lib/
prebuild:
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
- sed -i -e '/enable enableSeparateBuildPerCPUArchitecture/d' build.gradle
scanignore:
- mobile/android/build.gradle
- mobile/node_modules/react-native/android/com/facebook/react/react-native/0.62.2/react-native-0.62.2.aar
- mobile/node_modules/jsc-android/dist/org/webkit/android-jsc/r245459/android-jsc-r245459.aar
- mobile/node_modules/react-native-screens/android/build.gradle
- mobile/node_modules/@react-native-community/async-storage/android/build.gradle
- mobile/node_modules/@react-native-community/masked-view/android/build.gradle
- mobile/node_modules/react-native-keychain/android/build.gradle
- mobile/node_modules/react-native-reanimated/android/build.gradle
- mobile/node_modules/react-native-safe-area-context/android/build.gradle
scandelete:
- mobile/node_modules/
MaintainerNotes: |-
scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
@ -191,5 +222,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 9.1.2
CurrentVersionCode: 90102
CurrentVersion: 9.1.9
CurrentVersionCode: 90109