From 550d145e2e4e4fb5dc585917defa175d579ad4ca Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 19 May 2019 21:54:03 +0200 Subject: [PATCH] LessPass: Upgrade to 3.1.6 --- metadata/com.lesspass.android.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/metadata/com.lesspass.android.yml b/metadata/com.lesspass.android.yml index 7d68a48c41..d6761c54e2 100644 --- a/metadata/com.lesspass.android.yml +++ b/metadata/com.lesspass.android.yml @@ -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.