From fa6a1149bd6e9daa699b18cd7be661754df08300 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 6 Mar 2020 07:55:45 +0000 Subject: [PATCH] Update NextcloudPasswords to 1.12 (13) --- metadata/com.nextcloudpasswords.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/metadata/com.nextcloudpasswords.yml b/metadata/com.nextcloudpasswords.yml index 9981f4197f..25827fdb8e 100644 --- a/metadata/com.nextcloudpasswords.yml +++ b/metadata/com.nextcloudpasswords.yml @@ -66,10 +66,32 @@ Builds: scandelete: - node_modules + - versionName: '1.12' + versionCode: 13 + commit: v1.12 + subdir: android/app/ + sudo: + - apt-get update || apt-get update + - apt-get install -y --no-install-recommends -t stretch-backports npm + init: npm install + gradle: + - yes + rm: + - node_modules/sqlite3/lib/binding/node-v*-linux-x64/node_sqlite3.node + prebuild: + - sed -i -e 's#https://maven.fabric.io/public#https://maven.google.com/#' ../../node_modules/react-native-webview/android/build.gradle + - truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel + scanignore: + - android/build.gradle + - node_modules/react-native-webview/android/build.gradle + - node_modules/react-native-svg/android/build.gradle + scandelete: + - node_modules + MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android" local Maven repository. AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: '1.11' -CurrentVersionCode: 12 +CurrentVersion: '1.12' +CurrentVersionCode: 13