From fc51423a2f1b2cf379e00e77c9286286e7b387a7 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 9 Mar 2019 14:38:49 +0100 Subject: [PATCH] LessPass: Upgrade to 3.1.3 --- metadata/com.lesspass.android.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/metadata/com.lesspass.android.yml b/metadata/com.lesspass.android.yml index dad60e3c2c..5b07fd3807 100644 --- a/metadata/com.lesspass.android.yml +++ b/metadata/com.lesspass.android.yml @@ -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.