LessPass: Upgrade to 3.1.3

This commit is contained in:
Pierre Rudloff 2019-03-09 14:38:49 +01:00
parent 0f972a035e
commit fc51423a2f

View file

@ -94,6 +94,25 @@ Builds:
- node_modules/
- packages/*/node_modules/
- versionName: 3.1.3
versionCode: 30103
commit: mobile-v3.1.3
subdir: mobile/android/app/
sudo:
- apt-get update
- apt-get install -y -t stretch-backports npm
init: npm install
gradle:
- yes
prebuild:
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
- sed -i -e 's#../package.json#../../package.json#' ../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.