LessPass: Upgrade to 3.1.6
This commit is contained in:
parent
df1a76aaf2
commit
550d145e2e
|
@ -113,6 +113,27 @@ Builds:
|
|||
scandelete:
|
||||
- mobile/node_modules/
|
||||
|
||||
- versionName: 3.1.6
|
||||
versionCode: 30106
|
||||
commit: mobile-v3.1.6
|
||||
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
|
||||
prebuild:
|
||||
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||||
- 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-screens/android/build.gradle
|
||||
scandelete:
|
||||
- mobile/node_modules/
|
||||
|
||||
MaintainerNotes: |-
|
||||
scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
|
||||
|
||||
|
|
Loading…
Reference in a new issue